Skip to content

Commit 3bc415f

Browse files
authored
Merge pull request #37 from tomaszhanc/hotifx/php-cs-config
Remove unsued PHP-CS config
2 parents b47b2c9 + 94afaa4 commit 3bc415f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎.php-cs-fixer.php‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
->in([
66
__DIR__ . '/src',
77
__DIR__ . '/tests'
8-
])
9-
->notName('*.phpt');
8+
]);
109

1110
if (!\file_exists(__DIR__ . '/var')) {
1211
\mkdir(__DIR__ . '/var');

0 commit comments

Comments
 (0)