We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50695b5 commit fe58bc3Copy full SHA for fe58bc3
.php-cs-fixer.php
@@ -9,6 +9,6 @@
9
])
10
->setFinder(
11
PhpCsFixer\Finder::create()
12
- ->in(__DIR__ . '/src')
13
- ->in(__DIR__ . '/tests')
+ ->in(__DIR__.'/src')
+ ->in(__DIR__.'/tests')
14
);
0 commit comments