Skip to content

Commit 4c7f8ff

Browse files
committed
Fix typo
1 parent feea8f8 commit 4c7f8ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
</properties>
5050

5151
<!-- 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>
52+
<exclude-pattern>tests/lib/SimpleSAML/Metadata/MetaDataStorageSourceTest.php</exclude-pattern>
53+
<exclude-pattern>tests/lib/SimpleSAML/Metadata/SAMLParserTest.php</exclude-pattern>
5454
</rule>
5555

5656
<!-- Ignore these warnings until PHP 7.1 becomes the minimum required version -->

0 commit comments

Comments
 (0)