diff --git a/.php_cs.dist b/.php_cs.dist index 9430b4e5..c36c9cd2 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -3,6 +3,7 @@ $finder = PhpCsFixer\Finder::create() ->exclude('ext/amazon_s3/lib') ->exclude('vendor') + ->exclude('data') ->in(__DIR__) ;