We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f05c9 commit ddba2f4Copy full SHA for ddba2f4
phpcs.xml
@@ -21,6 +21,13 @@
21
<rule ref="PSR12"/>
22
<rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>
23
24
+ <!-- Require the file to start with a declare(strict_types=1); -->
25
+ <rule ref="Generic.PHP.RequireStrictTypes">
26
+ <exclude-pattern>*/attributemap/*</exclude-pattern>
27
+ <exclude-pattern>*/config/*</exclude-pattern>
28
+ <exclude-pattern>*/metadata/*</exclude-pattern>
29
+ </rule>
30
+
31
<!-- Lines can be a little bit longer before they break the build -->
32
<rule ref="Generic.Files.LineLength">
33
<properties>
0 commit comments