You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+11-16
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@ parameters:
11
11
path:src/Authentication/Header.php
12
12
13
13
-
14
-
message:"#^Property Http\\\\Message\\\\Authentication\\\\QueryParam\\:\\:\\$params type has no value type specified in iterable type array\\.$#"
14
+
message:"#The Http\\\\Message\\\\Authentication\\\\Matching class is deprecated since version 1.2 and will be removed in 2.0.#"
15
15
count:1
16
-
path:src/Authentication/QueryParam.php
16
+
path:src/Authentication/Matching.php
17
17
18
18
-
19
-
message:"#^Method Http\\\\Message\\\\Authentication\\\\QueryParam\\:\\:__construct\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
19
+
message:"#^Property Http\\\\Message\\\\Authentication\\\\QueryParam\\:\\:\\$params type has no value type specified in iterable type array\\.$#"
20
20
count:1
21
21
path:src/Authentication/QueryParam.php
22
22
23
23
-
24
-
message:"#^Parameter \\#2 \\$prefix of function http_build_query expects string, null given\\.$#"
24
+
message:"#^Method Http\\\\Message\\\\Authentication\\\\QueryParam\\:\\:__construct\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
25
25
count:1
26
26
path:src/Authentication/QueryParam.php
27
27
@@ -46,7 +46,7 @@ parameters:
46
46
path:src/Cookie.php
47
47
48
48
-
49
-
message:"#^Parameter \\#2 \\$str2 of function strcasecmp expects string, string\\|null given\\.$#"
49
+
message:"#^Parameter \\#2 \\$string2 of function strcasecmp expects string, string\\|null given\\.$#"
50
50
count:1
51
51
path:src/Cookie.php
52
52
@@ -76,7 +76,7 @@ parameters:
76
76
path:src/Cookie.php
77
77
78
78
-
79
-
message:"#^Parameter \\#1 \\$str of function rtrim expects string, string\\|null given\\.$#"
79
+
message:"#^Parameter \\#1 \\$string of function rtrim expects string, string\\|null given\\.$#"
80
80
count:1
81
81
path:src/Cookie.php
82
82
@@ -160,16 +160,6 @@ parameters:
160
160
count:2
161
161
path:src/Encoding/Filter/Chunk.php
162
162
163
-
-
164
-
message:"#^Parameter \\#2 \\$bucket of function stream_bucket_append expects object, resource given\\.$#"
0 commit comments