Skip to content

Commit

Permalink
Update ruleset.xml (#381)
Browse files Browse the repository at this point in the history
Remove use of defunct properties in ruleset.
  • Loading branch information
swiffer committed Apr 9, 2023
1 parent 4728b69 commit 2374ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CakePHP/ruleset.xml
Expand Up @@ -193,7 +193,6 @@
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint">
<properties>
<property name="enableMixedTypeHint" type="boolean" value="true"/>
<property name="enableStaticTypeHint" type="boolean" value="true"/>
<property name="enableUnionTypeHint" type="boolean" value="true"/>
</properties>
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification"/>
Expand Down

0 comments on commit 2374ead

Please sign in to comment.