Skip to content

Commit f7d7348

Browse files
committed
Fix .php_cs using php-cs-fixer
Issue #114 Signed-off-by: Michal Čihař <[email protected]>
1 parent e8595ec commit f7d7348

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__.'/bin', __DIR__.'/src', __DIR__.'/tests', __DIR__.'/tools'))
6+
->in(array(__DIR__ . '/bin', __DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/tools'))
77
;
88

99
return PhpCsFixer\Config::create()

0 commit comments

Comments
 (0)