Skip to content

Commit 44d0bb6

Browse files
committed
chore: change coding style for User Guide sample code
The code copied from the user guide should work out of the box as possible.
1 parent 73f5d46 commit 44d0bb6

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.php-cs-fixer.user-guide.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@
3131
]);
3232

3333
$overrides = [
34-
'echo_tag_syntax' => false,
35-
'php_unit_internal_class' => false,
36-
'no_unused_imports' => false,
37-
'class_attributes_separation' => false,
34+
'echo_tag_syntax' => false,
35+
'php_unit_internal_class' => false,
36+
'no_unused_imports' => false,
37+
'class_attributes_separation' => false,
38+
'fully_qualified_strict_types' => [
39+
'import_symbols' => false,
40+
'leading_backslash_in_global_namespace' => true,
41+
],
3842
];
3943

4044
$options = [

0 commit comments

Comments
 (0)