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
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,31 @@ parameters:
45
45
count:1
46
46
path:src/Components/Array2d.php
47
47
48
+
-
49
+
message:"#^Cannot access an offset on array\\<int, mixed\\>\\|ArrayAccess\\|static\\(PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\)\\.$#"
50
+
count:1
51
+
path:src/Components/ArrayObj.php
52
+
53
+
-
54
+
message:"#^Cannot access property \\$raw on array\\<int, mixed\\>\\|ArrayAccess\\|static\\(PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\)\\.$#"
55
+
count:2
56
+
path:src/Components/ArrayObj.php
57
+
58
+
-
59
+
message:"#^Cannot access property \\$values on array\\<int, mixed\\>\\|ArrayAccess\\|static\\(PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\)\\.$#"
60
+
count:2
61
+
path:src/Components/ArrayObj.php
62
+
48
63
-
49
64
message:"#^Cannot call static method parse\\(\\) on mixed\\.$#"
50
65
count:1
51
66
path:src/Components/ArrayObj.php
52
67
68
+
-
69
+
message:"#^Method PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\:\\:parse\\(\\) should return array\\<PhpMyAdmin\\\\SqlParser\\\\Component\\>\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj but returns array\\<int, mixed\\>\\|ArrayAccess\\|static\\(PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\)\\.$#"
70
+
count:1
71
+
path:src/Components/ArrayObj.php
72
+
53
73
-
54
74
message:"#^Binary operation \"\\.\" between ' AS ' and array\\<string\\>\\|string results in an error\\.$#"
0 commit comments