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 56128f0 commit 34b3efaCopy full SHA for 34b3efa
.php-cs-fixer.dist.php
@@ -6,6 +6,8 @@
6
'visibility_required' => ['elements' => ['property', 'method']], // Exclude 'const' for PHP 5.6 compatibility
7
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
8
'method_argument_space' => false,
9
+ 'operator_linebreak' => false,
10
+ 'modifier_keywords' => false,
11
])
12
->setFinder(
13
PhpCsFixer\Finder::create()
0 commit comments