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.
2 parents d9c3346 + 7bd1b1f commit d5934caCopy full SHA for d5934ca
1 file changed
lib/Doctrine/ruleset.xml
@@ -460,11 +460,7 @@
460
<!-- Require one space between typehint and variable, require no space between nullability sign and typehint -->
461
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
462
<!-- Require space around colon in return types -->
463
- <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing">
464
- <properties>
465
- <property name="spacesCountBeforeColon" value="0"/>
466
- </properties>
467
- </rule>
+ <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing"/>
468
<!-- Require types to be written as natively if possible;
469
require iterable types to specify phpDoc with their content;
470
forbid useless/duplicated information in phpDoc -->
0 commit comments