From 446140a03ce16d5fda58a2c8e88a2a3030092bf2 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 18 Oct 2023 23:44:31 +0200 Subject: [PATCH] Suppress errors on long lines we cannot fix immediately --- phpcs.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpcs.xml b/phpcs.xml index 468182e25..c3193f791 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -51,6 +51,7 @@ tests/SAML2/AssertionTest.php tests/SAML2/Assertion/ProcessorTest.php + tests/SAML2/Assertion/Validation/AssertionValidatorTest.php tests/SAML2/AttributeQueryTest.php tests/SAML2/AuthnRequestTest.php tests/SAML2/BindingTest.php @@ -69,8 +70,11 @@ tests/SAML2/XML/md/EntityDescriptorTest.php tests/SAML2/XML/mdattr/EntityAttributesTest.php tests/SAML2/XML/mdui/LogoTest.php + tests/SAML2/XML/saml/AssertionTest.php tests/SAML2/XML/saml/AttributeValueTest.php tests/SAML2/XML/saml/AuthnContextTest.php + tests/SAML2/XML/saml/EncryptedAssertionTest.php + tests/SAML2/XML/saml/EncryptedIDTest.php tests/SAML2/XML/saml/IssuerXMLShowAllTest.php tests/SAML2/XML/saml/NameIDTest.php tests/SAML2/XML/samlp/RequestedAuthnContextTest.php