Fix php-cs-fixer

This commit is contained in:
Laurent Destailleur 2023-12-04 12:37:08 +01:00
parent 705ebea947
commit c98b7ae0cb

View File

@ -7,8 +7,10 @@ $finder = (new PhpCsFixer\Finder())
'core/includes',
'custom',
'documents',
'doctemplates',
'htdocs/custom',
'htdocs/includes',
'htdocs/install/doctemplates',
])
->notPath('vendor');