Add CodeSniffer rules for parameter, property, and return typehint spacing
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
eae5c5010d
commit
ec6ecdb79e
@@ -84,7 +84,11 @@
|
|||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<!-- Typehints -->
|
<!-- Typehints -->
|
||||||
|
<rule ref="Generic.PHP.LowerCaseType"/> <!-- Force PHP 7 param and return types to be lowercased -->
|
||||||
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/> <!-- Enforces short scalar typehint variants ("int", not "integer", etc.) -->
|
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/> <!-- Enforces short scalar typehint variants ("int", not "integer", etc.) -->
|
||||||
|
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/> <!-- Space between type and name, no space between "?" and type -->
|
||||||
|
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing"/> <!-- Space between type and name, no space between "?" and type -->
|
||||||
|
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing"/> <!-- No space before colon, one space before "?", no space after -->
|
||||||
|
|
||||||
<!-- Reports empty comments -->
|
<!-- Reports empty comments -->
|
||||||
<rule ref="SlevomatCodingStandard.Commenting.EmptyComment"/>
|
<rule ref="SlevomatCodingStandard.Commenting.EmptyComment"/>
|
||||||
|
Reference in New Issue
Block a user