diff --git a/phpcs.xml b/phpcs.xml index c72355f8a265c3716fc5d02d895a84424bfa0cf5..a37323d43995324c56a5307aec958f42bf5e1f4f 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -49,8 +49,8 @@ </properties> <!-- Exclude files with long lines that we cannot immediately fix --> - <exlude-pattern>tests/lib/SimpleSAML/Metadata/MetaDataStorageSourceTest.php</exclude-pattern> - <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> </rule> <!-- Ignore these warnings until PHP 7.1 becomes the minimum required version -->