diff --git a/.php_cs b/.php_cs index 26c1f2c..5555cc5 100644 --- a/.php_cs +++ b/.php_cs @@ -34,7 +34,8 @@ $config->getFinder() '.build/', '.github/', ]) - ->name('.php_cs'); + ->name('.php_cs') + ->name('*.phpstub'); $config->setCacheFile(__DIR__ . '/.build/php-cs-fixer/.php_cs.cache');