Skip to content

Commit 0f4e0ef

Browse files
committed
wip
1 parent 910ec1d commit 0f4e0ef

16 files changed

+3
-6782
lines changed

.php-cs-fixer.dist.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
->in(__DIR__)
99
->exclude('vendor')
1010
->exclude('test')
11-
->exclude('tests')
12-
;
11+
->exclude('tests');
1312

1413
$config = new PhpCsFixer\Config();
14+
1515
return $config->setRules([
1616
'@PSR12' => true,
1717
'phpdoc_order' => true,
@@ -25,5 +25,4 @@
2525
'blank_line_after_namespace' => false,
2626
'no_leading_import_slash' => false,
2727
])
28-
->setFinder($finder)
29-
;
28+
->setFinder($finder);

0 commit comments

Comments
 (0)