We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb682ef commit 4133902Copy full SHA for 4133902
phpcs-simplesamlphp.xml
@@ -14,6 +14,9 @@
14
<!-- Use fully qualified class names in annotations and PHPdoc -->
15
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation" />
16
17
+ <!-- Do not allow any grouped use-statements to exist -->
18
+ <rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse" />
19
+
20
<!-- Do not allow any unused use-statements to exist -->
21
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses" />
22
0 commit comments