Skip to content

Commit 0932834

Browse files
committed
wip
1 parent 7d116df commit 0932834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$config = new PhpCsFixer\Config();
1515
return $config->setRules([
1616
'@PSR12' => true,
17-
'phpdoc_order' => true,
17+
/* 'phpdoc_order' => true,
1818
'array_syntax' => ['syntax' => 'short'],
1919
'single_line_comment_style' => ['comment_types' => ['hash']],
2020
'strict_comparison' => true,
@@ -23,7 +23,7 @@
2323
'phpdoc_no_package' => true,
2424
'phpdoc_scalar' => true,
2525
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
26-
'declare_strict_types' => true,
26+
'declare_strict_types' => true, */
2727
])
2828
->setFinder($finder)
2929
;

0 commit comments

Comments
 (0)