mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix php-cs-fixer
This commit is contained in:
parent
705ebea947
commit
c98b7ae0cb
|
|
@ -7,8 +7,10 @@ $finder = (new PhpCsFixer\Finder())
|
|||
'core/includes',
|
||||
'custom',
|
||||
'documents',
|
||||
'doctemplates',
|
||||
'htdocs/custom',
|
||||
'htdocs/includes',
|
||||
'htdocs/install/doctemplates',
|
||||
])
|
||||
->notPath('vendor');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user