From c98b7ae0cb304c96e27aea366c437b3ddbfd1bee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 4 Dec 2023 12:37:08 +0100 Subject: [PATCH] Fix php-cs-fixer --- .php-cs-fixer.dist.php | 2 ++ 1 file changed, 2 insertions(+) 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');