1 parent 10a8315 commit 61fee75Copy full SHA for 61fee75
1 file changed
.php-cs-fixer.php
@@ -4,8 +4,8 @@
4
5
$finder = (new PhpCsFixer\Finder())
6
->in([
7
- sprintf('%s/config', __DIR__),
8
sprintf('%s/src', __DIR__),
+ sprintf('%s/tests', __DIR__),
9
]);
10
11
return (new PhpCsFixer\Config())
0 commit comments