Browse Source

Exclude stubs from code style check

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg 3 years ago
parent
commit
87d738d9fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .php_cs.dist

+ 1 - 0
.php_cs.dist

@@ -13,6 +13,7 @@ $config
 	->exclude('config')
 	->exclude('data')
 	->notPath('3rdparty')
+	->notPath('build/stubs')
 	->notPath('composer')
 	->notPath('vendor')
 	->in(__DIR__);