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 72c6c1d commit d59554bCopy full SHA for d59554b
ProjektMOTORCodingStandard/ruleset.xml
@@ -52,6 +52,8 @@
52
<exclude name="SlevomatCodingStandard.Commenting.UselessFunctionDocComment" />
53
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing" />
54
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty" />
55
+ <!-- Hello PHP 8 -->
56
+ <exclude name="SlevomatCodingStandard.ControlStructures.DisallowNullSafeObjectOperator.DisallowedNullSafeObjectOperator" />
57
<!-- cause they are allowed and wanted in symfony -->
58
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison.DisallowedYodaComparison" />
59
<!-- threw a false positive in ArticleImportCommand of HSM -->
0 commit comments