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 10e151f commit 5091090Copy full SHA for 5091090
.php-cs-fixer.dist.php
@@ -3,7 +3,7 @@
3
$finder = PhpCsFixer\Finder::create()
4
->in(['config', 'src', 'tests']);
5
6
-return PhpCsFixer\Config::create()
+return (new PhpCsFixer\Config())
7
->setUsingCache(false)
8
->setFinder($finder)
9
->setRules([
@@ -41,7 +41,7 @@
41
'full_opening_tag' => true,
42
'blank_line_before_statement' => true,
43
'no_trailing_comma_in_singleline_array' => true,
44
- 'trailing_comma_in_multiline_array' => true,
+ 'trailing_comma_in_multiline' => true,
45
'array_indentation' => true,
46
'binary_operator_spaces' => [
47
'operators' => [
0 commit comments