Browse Source

Fix with php-cs-fixer

Laurent Destailleur 1 year ago
parent
commit
c409b32e1a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .php-cs-fixer.dist.php

+ 1 - 0
.php-cs-fixer.dist.php

@@ -4,6 +4,7 @@
 $finder = (new PhpCsFixer\Finder())
 ->in(__DIR__)
 ->exclude([
+	'core/includes',
 	'custom',
 	'documents',
 	'htdocs/custom',