Skip to content

Commit

Permalink
Fix broken phpcs rule name in migration to coding standard 8.x
Browse files Browse the repository at this point in the history
Ref: 1d2c9a5
  • Loading branch information
williamdes committed Nov 11, 2022
1 parent b086897 commit c638c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wdes/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility"/>
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/>
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing"/>
<rule ref="SlevomatCodingStandard.Classes.PropertyDeclaration"/>
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse"/>

<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
Expand Down

0 comments on commit c638c46

Please sign in to comment.