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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,16 @@ parameters:
20
20
count:1
21
21
path:src/Api/AbstractApi.php
22
22
23
+
-
24
+
message:"#^PHPDoc tag @return contains generic type Http\\\\Promise\\\\Promise\\<Psr\\\\Http\\\\Message\\\\ResponseInterface\\> but interface Http\\\\Promise\\\\Promise is not generic\\.$#"
25
+
count:1
26
+
path:src/HttpClient/Plugin/Authentication.php
27
+
28
+
-
29
+
message:"#^PHPDoc tag @return contains generic type Http\\\\Promise\\\\Promise\\<Psr\\\\Http\\\\Message\\\\ResponseInterface\\> but interface Http\\\\Promise\\\\Promise is not generic\\.$#"
0 commit comments