Merge pull request #244 from keradus/dev-php_cs
update .php_cs file - set dir to check
This commit is contained in:
@@ -10,9 +10,7 @@ $config = Config::create()
|
||||
->setUsingLinter(false);
|
||||
|
||||
$finder = $config->getFinder()
|
||||
->in('bin')
|
||||
->in('src')
|
||||
->in('test');
|
||||
->in(__DIR__);
|
||||
|
||||
// exclude file due to error on PHP 5.3 that ignore content after __halt_compiler when using token_get_all
|
||||
if (version_compare(PHP_VERSION, '5.4', '<')) {
|
||||
|
||||
Reference in New Issue
Block a user