Skip to content

Commit 6d0168a

Browse files
authored
Merge pull request #404 from cakephp/5.x-error-on-group-use
error on group use declarations
2 parents 9686722 + 63e3db6 commit 6d0168a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CakePHP/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<property name="allowFallbackGlobalConstants" type="boolean" value="true"/>
149149
</properties>
150150
</rule>
151+
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse"/>
151152
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>
152153
<rule ref="SlevomatCodingStandard.Namespaces.UseDoesNotStartWithBackslash"/>
153154
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace"/>

0 commit comments

Comments
 (0)