We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feea8f8 commit 4c7f8ffCopy full SHA for 4c7f8ff
1 file changed
phpcs.xml
@@ -49,8 +49,8 @@
49
</properties>
50
51
<!-- Exclude files with long lines that we cannot immediately fix -->
52
- <exlude-pattern>tests/lib/SimpleSAML/Metadata/MetaDataStorageSourceTest.php</exclude-pattern>
53
- <exlude-pattern>tests/lib/SimpleSAML/Metadata/SAMLParserTest.php</exclude-pattern>
+ <exclude-pattern>tests/lib/SimpleSAML/Metadata/MetaDataStorageSourceTest.php</exclude-pattern>
+ <exclude-pattern>tests/lib/SimpleSAML/Metadata/SAMLParserTest.php</exclude-pattern>
54
</rule>
55
56
<!-- Ignore these warnings until PHP 7.1 becomes the minimum required version -->
0 commit comments