Skip to content

Commit f0bfd0a

Browse files
committed
Add get_class_to_class_keyword CS rule
1 parent cdd1c08 commit f0bfd0a

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
@@ -34,6 +34,7 @@
3434
'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => true],
3535
'header_comment' => ['header' => $fileHeaderComment],
3636
'modernize_strpos' => true,
37+
'get_class_to_class_keyword' => true,
3738
])
3839
->setRiskyAllowed(true)
3940
->setFinder(

0 commit comments

Comments
 (0)