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 7d116df commit 0932834Copy full SHA for 0932834
.php-cs-fixer.dist.php
@@ -14,7 +14,7 @@
14
$config = new PhpCsFixer\Config();
15
return $config->setRules([
16
'@PSR12' => true,
17
- 'phpdoc_order' => true,
+ /* 'phpdoc_order' => true,
18
'array_syntax' => ['syntax' => 'short'],
19
'single_line_comment_style' => ['comment_types' => ['hash']],
20
'strict_comparison' => true,
@@ -23,7 +23,7 @@
23
'phpdoc_no_package' => true,
24
'phpdoc_scalar' => true,
25
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
26
- 'declare_strict_types' => true,
+ 'declare_strict_types' => true, */
27
])
28
->setFinder($finder)
29
;
0 commit comments