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 30fe1eb commit 979bb15Copy full SHA for 979bb15
.php-cs-fixer.dist.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+$finder = new PhpCsFixer\Finder()->in(__DIR__ . DIRECTORY_SEPARATOR . 'src');
4
5
+return new PhpCsFixer\Config()
6
+ ->setRules([
7
+ '@PER-CS' => true,
8
+ ])
9
+ ->setFinder($finder);
0 commit comments