diff options
author | Michal Čihař <michal@cihar.com> | 2017-01-06 09:28:00 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-01-06 09:28:00 +0100 |
commit | f7d7348747e154c8276b0fba1ad6e1a70f92267d (patch) | |
tree | e3da647357fca347bf63d16361ee9238c18ee6a6 | |
parent | e8595ecbe9cd4b663307e70c29c442e937384038 (diff) | |
download | sql-parser-f7d7348747e154c8276b0fba1ad6e1a70f92267d.zip sql-parser-f7d7348747e154c8276b0fba1ad6e1a70f92267d.tar.gz sql-parser-f7d7348747e154c8276b0fba1ad6e1a70f92267d.tar.bz2 |
Fix .php_cs using php-cs-fixer
Issue #114
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r-- | .php_cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ // @see https://github.com/FriendsOfPHP/PHP-CS-Fixer $finder = PhpCsFixer\Finder::create() - ->in(array(__DIR__.'/bin', __DIR__.'/src', __DIR__.'/tests', __DIR__.'/tools')) + ->in(array(__DIR__ . '/bin', __DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/tools')) ; return PhpCsFixer\Config::create() |