We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c52878 commit 8fba920Copy full SHA for 8fba920
.php-cs-fixer.php
@@ -39,5 +39,6 @@
39
'single_trait_insert_per_statement' => true,
40
'no_whitespace_in_blank_line' => true,
41
'method_chaining_indentation' => true,
42
+ 'single_space_around_construct' => true,
43
])
44
->setFinder($finder);
0 commit comments