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
+20-35Lines changed: 20 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,21 @@ parameters:
125
125
count:1
126
126
path:src/Components/ArrayObj.php
127
127
128
+
-
129
+
message:"#^Cannot access property \\$raw on array\\<int, mixed\\>\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\.$#"
130
+
count:2
131
+
path:src/Components/ArrayObj.php
132
+
133
+
-
134
+
message:"#^Cannot access property \\$values on array\\<int, mixed\\>\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\.$#"
135
+
count:2
136
+
path:src/Components/ArrayObj.php
137
+
138
+
-
139
+
message:"#^Cannot access an offset on array\\<int, mixed\\>\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\.$#"
140
+
count:1
141
+
path:src/Components/ArrayObj.php
142
+
128
143
-
129
144
message:"#^Method PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\:\\:build\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
130
145
count:1
@@ -1050,26 +1065,11 @@ parameters:
1050
1065
count:1
1051
1066
path:src/Lexer.php
1052
1067
1053
-
-
1054
-
message:"#^Parameter \\#1 \\$token of class PhpMyAdmin\\\\SqlParser\\\\Token constructor expects string, string\\|null given\\.$#"
1055
-
count:7
1056
-
path:src/Lexer.php
1057
-
1058
-
-
1059
-
message:"#^Parameter \\#2 \\$str of method PhpMyAdmin\\\\SqlParser\\\\Lexer\\:\\:error\\(\\) expects string, string\\|null given\\.$#"
1060
-
count:2
1061
-
path:src/Lexer.php
1062
-
1063
1068
-
1064
1069
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Lexer\\:\\:\\$delimiter \\(string\\) does not accept null\\.$#"
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Parser\\:\\:\\$STATEMENT_PARSERS type has no value type specified in iterable type array\\.$#"
1115
1095
count:1
@@ -1185,6 +1165,11 @@ parameters:
1185
1165
count:1
1186
1166
path:src/Statement.php
1187
1167
1168
+
-
1169
+
message:"#^Strict comparison using \\=\\=\\= between int\\<1, max\\> and 0 will always evaluate to false\\.$#"
1170
+
count:1
1171
+
path:src/Statement.php
1172
+
1188
1173
-
1189
1174
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Statements\\\\AlterStatement\\:\\:\\$OPTIONS type has no value type specified in iterable type array\\.$#"
0 commit comments