diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index e5029268ba1..dfe3fa53994 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -7,8 +7,10 @@ $finder = (new PhpCsFixer\Finder()) 'core/includes', 'custom', 'documents', + 'doctemplates', 'htdocs/custom', 'htdocs/includes', + 'htdocs/install/doctemplates', ]) ->notPath('vendor');