Skip to content

Commit 3ce4828

Browse files
authored
Disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal
...cause it breaks potentially forms (if extending each other) and entities (which maybe used as proxies by doctrine) and maybe some other stuff
1 parent fd27abf commit 3ce4828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProjektMOTORCodingStandard/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
2424
<!--<exclude name="*" />-->
2525

26+
<exclude name="SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal" />
2627
<exclude name="SlevomatCodingStandard.Files.FunctionLength.FunctionLength" />
2728
<exclude name="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength" />
2829
<exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall.MissingTrailingComma" />

0 commit comments

Comments
 (0)