Skip to content

Commit e3ee65c

Browse files
committed
Apply fixer to fixer configuration
Signed-off-by: Michal Čihař <[email protected]>
1 parent b08ac36 commit e3ee65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// see https://github.com/FriendsOfPHP/PHP-CS-Fixer
44

55
$finder = PhpCsFixer\Finder::create()
6-
->in(array(__DIR__.'/src', __DIR__.'/tests', __DIR__.'/examples'))
6+
->in(array(__DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/examples'))
77
;
88

99
return PhpCsFixer\Config::create()

0 commit comments

Comments
 (0)