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
@@ -1,5 +1,20 @@
1
1
parameters:
2
2
ignoreErrors:
3
+
-
4
+
message:"#^Cannot access offset 'error' on mixed\\.$#"
5
+
count:2
6
+
path:src/MySqlExplainException.php
7
+
8
+
-
9
+
message:"#^Cannot access offset 'message' on mixed\\.$#"
10
+
count:2
11
+
path:src/MySqlExplainException.php
12
+
13
+
-
14
+
message:"#^Part \\$response\\['message'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
15
+
count:2
16
+
path:src/MySqlExplainException.php
17
+
3
18
-
4
19
message:"#^Parameter \\$explainJson of class Tpetry\\\\MysqlExplain\\\\Values\\\\QueryMetrics constructor expects string, float\\|int\\|string\\|null given\\.$#"
0 commit comments