Skip to content

Commit

Permalink
Merge pull request #404 from cakephp/5.x-error-on-group-use
Browse files Browse the repository at this point in the history
error on group use declarations
  • Loading branch information
markstory authored Dec 18, 2024
2 parents 9686722 + 63e3db6 commit 6d0168a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CakePHP/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<property name="allowFallbackGlobalConstants" type="boolean" value="true"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse"/>
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>
<rule ref="SlevomatCodingStandard.Namespaces.UseDoesNotStartWithBackslash"/>
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace"/>
Expand Down

0 comments on commit 6d0168a

Please sign in to comment.