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 3c6f223 commit a2cbf5dCopy full SHA for a2cbf5d
Symfony/Sniffs/Commenting/TypeHintingSniff.php
Symfony/Tests/Commenting/TypeHintingUnitTest.inc
Symfony/Tests/Commenting/TypeHintingUnitTest.inc.fixed
Symfony/Tests/Commenting/TypeHintingUnitTest.php
Symfony/ruleset.xml
@@ -113,6 +113,8 @@
113
<message>There should always be a description, followed by a blank line, before the tags of a class comment.</message>
114
</rule>
115
116
+ <rule ref="SlevomatCodingStandard.PHP.TypeCast" />
117
+ <rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints" />
118
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators" />
119
<rule ref="SlevomatCodingStandard.ControlStructures.RequireYodaComparison" />
120
<rule ref="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature">
0 commit comments