We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8595ec commit f7d7348Copy full SHA for f7d7348
.php_cs
@@ -3,7 +3,7 @@
3
// @see https://github.com/FriendsOfPHP/PHP-CS-Fixer
4
5
$finder = PhpCsFixer\Finder::create()
6
- ->in(array(__DIR__.'/bin', __DIR__.'/src', __DIR__.'/tests', __DIR__.'/tools'))
+ ->in(array(__DIR__ . '/bin', __DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/tools'))
7
;
8
9
return PhpCsFixer\Config::create()
0 commit comments