Skip to content

Commit 3aed65d

Browse files
Add no_unused_import rule to PHP CS Fixer (#1537)
1 parent 1cbec9c commit 3aed65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
->setRules([
1414
'@PER-CS' => true,
1515
'@PHP84Migration' => true,
16+
'no_unused_imports' => true,
1617
])
1718
->setFinder($finder)
1819
;

0 commit comments

Comments
 (0)