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
+58-23Lines changed: 58 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,49 @@
1
1
parameters:
2
2
ignoreErrors:
3
3
-
4
-
message:"#^Parameter \\#2 \\$data of method Lcobucci\\\\Kafka\\\\Protocol\\\\Buffer\\:\\:unpack\\(\\) expects string, mixed given\\.$#"
5
-
count:5
6
-
path:src/Protocol/Buffer.php
4
+
message:"#^Cannot use array destructuring on array\\<int\\|string, array\\<int, array\\<int, int\\|Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\Request\\|string\\>\\|int\\|Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\Request\\|React\\\\Promise\\\\Deferred\\|string\\>\\|int\\|React\\\\Promise\\\\Deferred\\>\\|int\\.$#"
5
+
count:1
6
+
path:src/Client/Channel.php
7
+
8
+
-
9
+
message:"#^Parameter \\#1 \\$errorCode of class Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\ApiVersionsResponse constructor expects int, mixed given\\.$#"
10
+
count:1
11
+
path:src/Protocol/API/ApiVersionsResponse.php
12
+
13
+
-
14
+
message:"#^Parameter \\#2 \\$apiVersions of class Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\ApiVersionsResponse constructor expects array\\<int, array\\{api_key\\: int, min_version\\: int, max_version\\: int\\}\\>, mixed given\\.$#"
15
+
count:1
16
+
path:src/Protocol/API/ApiVersionsResponse.php
17
+
18
+
-
19
+
message:"#^Parameter \\#3 \\$throttleTime of class Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\ApiVersionsResponse constructor expects int, mixed given\\.$#"
20
+
count:1
21
+
path:src/Protocol/API/ApiVersionsResponse.php
22
+
23
+
-
24
+
message:"#^Parameter \\#1 \\$errorCode of class Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\MetadataResponse constructor expects int, mixed given\\.$#"
25
+
count:1
26
+
path:src/Protocol/API/MetadataResponse.php
27
+
28
+
-
29
+
message:"#^Parameter \\#2 \\$apiVersions of class Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\MetadataResponse constructor expects array\\<int, array\\{api_key\\: int, min_version\\: int, max_version\\: int\\}\\>, mixed given\\.$#"
30
+
count:1
31
+
path:src/Protocol/API/MetadataResponse.php
32
+
33
+
-
34
+
message:"#^Parameter \\#3 \\$throttleTime of class Lcobucci\\\\Kafka\\\\Protocol\\\\API\\\\MetadataResponse constructor expects int, mixed given\\.$#"
0 commit comments