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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,18 @@ parameters:
54
54
message:"#^Match arm is unreachable because previous comparison is always true.$#"
55
55
count:1
56
56
path:src/Http/Pool.php
57
+
58
+
-
59
+
message:"#^Method Saloon\\\\Http\\\\Faking\\\\MockClient\\:\\:getRequestClass\\(\\) should return class-string|null but returns class-string<Saloon\\\\Http\\\\Request>|Saloon\\\\Http\\\\Request$#"
60
+
count:1
61
+
path:src/Http/Faking/MockClient.php
62
+
63
+
-
64
+
message:"#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#"
65
+
count:1
66
+
path:src/Http/Faking/MockClient.php
67
+
68
+
-
69
+
message:"#^Parameter \\#1 \\$function of class ReflectionFunction constructor expects Closure|string, callable\\(\\)\\: mixed given\\.$#"
0 commit comments