From 4c7f8ffa99c510f0829db533d601d9477661ebea Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 26 Oct 2019 19:18:59 +0200 Subject: [PATCH] Fix typo --- phpcs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index c72355f8a..a37323d43 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 --> -- GitLab