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
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -541,12 +541,12 @@ parameters:
541
541
path:src/Statements/ExplainStatement.php
542
542
543
543
-
544
-
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Statements\\\\ExplainStatement\\:\\:\\$connectionId \\(int\\|null\\) does not accept mixed\\.$#"
544
+
message:"#^Cannot cast mixed to string\\.$#"
545
545
count:1
546
546
path:src/Statements/ExplainStatement.php
547
547
548
548
-
549
-
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Statements\\\\ExplainStatement\\:\\:\\$explainedColumn\\(string\\|null\\) does not accept mixed\\.$#"
549
+
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Statements\\\\ExplainStatement\\:\\:\\$connectionId\\(int\\|null\\) does not accept mixed\\.$#"
550
550
count:1
551
551
path:src/Statements/ExplainStatement.php
552
552
@@ -590,11 +590,6 @@ parameters:
590
590
count:1
591
591
path:src/Statements/MaintenanceStatement.php
592
592
593
-
-
594
-
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Statements\\\\PurgeStatement\\:\\:\\$endExpr \\(string\\|null\\) does not accept PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
595
-
count:1
596
-
path:src/Statements/PurgeStatement.php
597
-
598
593
-
599
594
message:"#^Property PhpMyAdmin\\\\SqlParser\\\\Statements\\\\PurgeStatement\\:\\:\\$endOption \\(string\\|null\\) does not accept mixed\\.$#"
0 commit comments