From c81138f6acaeafc601a1b60b47f55ab728be4c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Sat, 27 Dec 2014 22:12:11 +0100 Subject: [PATCH] update .php_cs file - set dir to check --- .php_cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.php_cs b/.php_cs index 14f84b2..c4d7dec 100644 --- a/.php_cs +++ b/.php_cs @@ -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', '<')) {