We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b6a66 commit bb58055Copy full SHA for bb58055
.php_cs
@@ -23,7 +23,7 @@ return PhpCsFixer\Config::create()
23
])
24
->setFinder(
25
PhpCsFixer\Finder::create()
26
- ->exclude(['vendor', 'ezpublish_legacy', 'Resources', 'Installer/_templates'])
+ ->exclude(['vendor', 'ezpublish_legacy', 'extension', 'Resources', 'Installer/_templates'])
27
->in(__DIR__)
28
)
29
;
0 commit comments