diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 85f0f3c..3c94f85 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -44,3 +44,33 @@ parameters: message: "#^Access to undefined constant static\\(SimpleSAML\\\\SAML11\\\\XML\\\\saml\\\\AbstractSubjectStatement\\)\\:\\:XSI_TYPE_PREFIX\\.$#" count: 2 path: src/SAML11/XML/saml/AbstractSubjectStatement.php + + - + message: "#^Access to undefined constant static\\(SimpleSAML\\\\SAML11\\\\XML\\\\samlp\\\\AbstractQuery\\)\\:\\:XSI_TYPE_NAME\\.$#" + count: 2 + path: src/SAML11/XML/samlp/AbstractQuery.php + + - + message: "#^Access to undefined constant static\\(SimpleSAML\\\\SAML11\\\\XML\\\\samlp\\\\AbstractQuery\\)\\:\\:XSI_TYPE_NAMESPACE\\.$#" + count: 2 + path: src/SAML11/XML/samlp/AbstractQuery.php + + - + message: "#^Access to undefined constant static\\(SimpleSAML\\\\SAML11\\\\XML\\\\samlp\\\\AbstractQuery\\)\\:\\:XSI_TYPE_PREFIX\\.$#" + count: 2 + path: src/SAML11/XML/samlp/AbstractQuery.php + + - + message: "#^Access to undefined constant static\\(SimpleSAML\\\\SAML11\\\\XML\\\\samlp\\\\AbstractSubjectQuery\\)\\:\\:XSI_TYPE_NAME\\.$#" + count: 2 + path: src/SAML11/XML/samlp/AbstractSubjectQuery.php + + - + message: "#^Access to undefined constant static\\(SimpleSAML\\\\SAML11\\\\XML\\\\samlp\\\\AbstractSubjectQuery\\)\\:\\:XSI_TYPE_NAMESPACE\\.$#" + count: 2 + path: src/SAML11/XML/samlp/AbstractSubjectQuery.php + + - + message: "#^Access to undefined constant static\\(SimpleSAML\\\\SAML11\\\\XML\\\\samlp\\\\AbstractSubjectQuery\\)\\:\\:XSI_TYPE_PREFIX\\.$#" + count: 2 + path: src/SAML11/XML/samlp/AbstractSubjectQuery.php