Skip to content

Commit dc37bd3

Browse files
committed
Update baseline
1 parent 9d9e647 commit dc37bd3

1 file changed

Lines changed: 3 additions & 117 deletions

File tree

phpstan-baseline.neon

Lines changed: 3 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -12,64 +12,16 @@ parameters:
1212
count: 1
1313
path: src/Binding/HTTPArtifact.php
1414

15-
-
16-
message: '#^Call to method addURLparameters\(\) on an unknown class SimpleSAML\\Utils\\HTTP\.$#'
17-
identifier: class.notFound
18-
count: 1
19-
path: src/Binding/HTTPArtifact.php
20-
21-
-
22-
message: '#^Call to method getString\(\) on an unknown class SimpleSAML\\Configuration\.$#'
23-
identifier: class.notFound
24-
count: 1
25-
path: src/Binding/HTTPArtifact.php
26-
27-
-
28-
message: '#^Call to static method addSign\(\) on an unknown class SimpleSAML\\Module\\saml\\Message\.$#'
29-
identifier: class.notFound
30-
count: 1
31-
path: src/Binding/HTTPArtifact.php
32-
33-
-
34-
message: '#^Call to static method getInstance\(\) on an unknown class SimpleSAML\\Configuration\.$#'
35-
identifier: class.notFound
36-
count: 2
37-
path: src/Binding/HTTPArtifact.php
38-
39-
-
40-
message: '#^Call to static method getInstance\(\) on an unknown class SimpleSAML\\Store\\StoreFactory\.$#'
41-
identifier: class.notFound
42-
count: 1
43-
path: src/Binding/HTTPArtifact.php
44-
45-
-
46-
message: '#^Call to static method getMetadataHandler\(\) on an unknown class SimpleSAML\\Metadata\\MetaDataStorageHandler\.$#'
47-
identifier: class.notFound
48-
count: 1
49-
path: src/Binding/HTTPArtifact.php
50-
51-
-
52-
message: '#^Instantiated class SimpleSAML\\Utils\\HTTP not found\.$#'
53-
identifier: class.notFound
54-
count: 1
55-
path: src/Binding/HTTPArtifact.php
56-
5715
-
5816
message: '#^Parameter \$key of method SimpleSAML\\SAML2\\Binding\\HTTPArtifact\:\:validateSignature\(\) has invalid type SimpleSAML\\XMLSecurity\\XMLSecurityKey\.$#'
5917
identifier: class.notFound
6018
count: 2
6119
path: src/Binding/HTTPArtifact.php
6220

6321
-
64-
message: '#^Parameter \$sp of method SimpleSAML\\SAML2\\Binding\\HTTPArtifact\:\:setSPMetadata\(\) has invalid type SimpleSAML\\Configuration\.$#'
65-
identifier: class.notFound
66-
count: 2
67-
path: src/Binding/HTTPArtifact.php
68-
69-
-
70-
message: '#^Property SimpleSAML\\SAML2\\Binding\\HTTPArtifact\:\:\$spMetadata has unknown class SimpleSAML\\Configuration as its type\.$#'
71-
identifier: class.notFound
72-
count: 2
22+
message: '#^Static method SimpleSAML\\Metadata\\MetaDataStorageHandler\:\:getMetadataHandler\(\) invoked with 1 parameter, 0 required\.$#'
23+
identifier: arguments.count
24+
count: 1
7325
path: src/Binding/HTTPArtifact.php
7426

7527
-
@@ -84,78 +36,12 @@ parameters:
8436
count: 1
8537
path: src/SOAPClient.php
8638

87-
-
88-
message: '#^Call to method getCertPath\(\) on an unknown class SimpleSAML\\Utils\\Config\.$#'
89-
identifier: class.notFound
90-
count: 1
91-
path: src/SOAPClient.php
92-
93-
-
94-
message: '#^Call to method getPublicKeys\(\) on an unknown class SimpleSAML\\Configuration\.$#'
95-
identifier: class.notFound
96-
count: 1
97-
path: src/SOAPClient.php
98-
99-
-
100-
message: '#^Call to method getString\(\) on an unknown class SimpleSAML\\Configuration\.$#'
101-
identifier: class.notFound
102-
count: 3
103-
path: src/SOAPClient.php
104-
105-
-
106-
message: '#^Call to method getValue\(\) on an unknown class SimpleSAML\\Configuration\.$#'
107-
identifier: class.notFound
108-
count: 3
109-
path: src/SOAPClient.php
110-
111-
-
112-
message: '#^Call to method hasValue\(\) on an unknown class SimpleSAML\\Configuration\.$#'
113-
identifier: class.notFound
114-
count: 5
115-
path: src/SOAPClient.php
116-
117-
-
118-
message: '#^Call to method loadPrivateKey\(\) on an unknown class SimpleSAML\\Utils\\Crypto\.$#'
119-
identifier: class.notFound
120-
count: 1
121-
path: src/SOAPClient.php
122-
123-
-
124-
message: '#^Call to method loadPublicKey\(\) on an unknown class SimpleSAML\\Utils\\Crypto\.$#'
125-
identifier: class.notFound
126-
count: 1
127-
path: src/SOAPClient.php
128-
129-
-
130-
message: '#^Instantiated class SimpleSAML\\Utils\\Config not found\.$#'
131-
identifier: class.notFound
132-
count: 1
133-
path: src/SOAPClient.php
134-
135-
-
136-
message: '#^Instantiated class SimpleSAML\\Utils\\Crypto not found\.$#'
137-
identifier: class.notFound
138-
count: 1
139-
path: src/SOAPClient.php
140-
141-
-
142-
message: '#^Parameter \$dstMetadata of method SimpleSAML\\SAML2\\SOAPClient\:\:send\(\) has invalid type SimpleSAML\\Configuration\.$#'
143-
identifier: class.notFound
144-
count: 2
145-
path: src/SOAPClient.php
146-
14739
-
14840
message: '#^Parameter \$key of method SimpleSAML\\SAML2\\SOAPClient\:\:validateSSL\(\) has invalid type SimpleSAML\\XMLSecurity\\XMLSecurityKey\.$#'
14941
identifier: class.notFound
15042
count: 2
15143
path: src/SOAPClient.php
15244

153-
-
154-
message: '#^Parameter \$srcMetadata of method SimpleSAML\\SAML2\\SOAPClient\:\:send\(\) has invalid type SimpleSAML\\Configuration\.$#'
155-
identifier: class.notFound
156-
count: 2
157-
path: src/SOAPClient.php
158-
15945
-
16046
message: '#^Unsafe usage of new static\(\)\.$#'
16147
identifier: new.static

0 commit comments

Comments
 (0)