diff --git a/.php_cs.dist b/.php_cs.dist index ca79254e94a..61ff9d0a10f 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -12,6 +12,9 @@ $config ->exclude('config') ->exclude('data') ->notPath('3rdparty') + ->notPath('build/integration/vendor') + ->notPath('build/lib') + ->notPath('build/node_modules') ->notPath('build/stubs') ->notPath('composer') ->notPath('node_modules')