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 b08ac36 commit e3ee65cCopy full SHA for e3ee65c
1 file changed
.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__.'/src', __DIR__.'/tests', __DIR__.'/examples'))
+ ->in(array(__DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/examples'))
7
;
8
9
return PhpCsFixer\Config::create()
0 commit comments