diff --git a/.php_cs b/.php_cs index bf51a62671c..aa4a5f92e8e 100644 --- a/.php_cs +++ b/.php_cs @@ -1,5 +1,6 @@ notPath('Zend/View/Stream.php') ->notPath('ZendTest/Code/Generator/TestAsset') ->notPath('ZendTest/Code/Reflection/FunctionReflectionTest.php') ->notPath('ZendTest/Code/Reflection/MethodReflectionTest.php') @@ -8,6 +9,8 @@ $finder = Symfony\CS\Finder\DefaultFinder::create() ->notPath('ZendTest/Validator/_files') ->notPath('ZendTest/Loader/_files') ->notPath('ZendTest/Loader/TestAsset') + ->notPath('demos') + ->notPath('resources') ->filter(function (SplFileInfo $file) { if (strstr($file->getPath(), 'compatibility')) { return false;