Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 31, 2024
1 parent 31876d0 commit 47838f3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47838f3

Please sign in to comment.