We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3552c9b commit 22ce2c5Copy full SHA for 22ce2c5
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