Skip to content

Commit 4133902

Browse files
committed
Disallow grouped use-statements
1 parent bb682ef commit 4133902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpcs-simplesamlphp.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<!-- Use fully qualified class names in annotations and PHPdoc -->
1515
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation" />
1616

17+
<!-- Do not allow any grouped use-statements to exist -->
18+
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse" />
19+
1720
<!-- Do not allow any unused use-statements to exist -->
1821
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses" />
1922

0 commit comments

Comments
 (0)