diff --git a/.php_cs.dist b/.php_cs.dist index 0442348cd9d..59781f0f835 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -13,6 +13,7 @@ $config ->exclude('config') ->exclude('data') ->notPath('3rdparty') + ->notPath('build/stubs') ->notPath('composer') ->notPath('vendor') ->in(__DIR__);