Skip to content

Commit bb58055

Browse files
committed
Update CS rules
1 parent 08b6a66 commit bb58055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ return PhpCsFixer\Config::create()
2323
])
2424
->setFinder(
2525
PhpCsFixer\Finder::create()
26-
->exclude(['vendor', 'ezpublish_legacy', 'Resources', 'Installer/_templates'])
26+
->exclude(['vendor', 'ezpublish_legacy', 'extension', 'Resources', 'Installer/_templates'])
2727
->in(__DIR__)
2828
)
2929
;

0 commit comments

Comments
 (0)