Skip to content

Commit 61fee75

Browse files
Update config
1 parent 10a8315 commit 61fee75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
$finder = (new PhpCsFixer\Finder())
66
->in([
7-
sprintf('%s/config', __DIR__),
87
sprintf('%s/src', __DIR__),
8+
sprintf('%s/tests', __DIR__),
99
]);
1010

1111
return (new PhpCsFixer\Config())

0 commit comments

Comments
 (0)