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
+8-13Lines changed: 8 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -805,6 +805,11 @@ parameters:
805
805
count:1
806
806
path:src/Utils/Formatter.php
807
807
808
+
-
809
+
message:"#^Binary operation \"&\" between int and int\\|string results in an error\\.$#"
810
+
count:1
811
+
path:src/Utils/Formatter.php
812
+
808
813
-
809
814
message:"#^Binary operation \"&\\=\" between array\\<int, array\\<string, int\\|string\\>\\>\\|bool\\|string\\|null and array\\<int, array\\<string, int\\|string\\>\\>\\|bool\\|string\\|null results in an error\\.$#"
810
815
count:1
@@ -831,12 +836,12 @@ parameters:
831
836
path:src/Utils/Formatter.php
832
837
833
838
-
834
-
message:"#^Access to an undefined property object\\:\\:\\$alias\\.$#"
839
+
message:"#^Trying to invoke int\\<min, \\-1\\>\\|int\\<1, max\\>\\|non\\-falsy\\-string but it might not be a callable\\.$#"
835
840
count:1
836
-
path:src/Utils/Query.php
841
+
path:src/Utils/Formatter.php
837
842
838
843
-
839
-
message:"#^Access to an undefined property object\\:\\:\\$expr\\.$#"
844
+
message:"#^Argument of an invalid type array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|string\\|null\\>\\|null supplied for foreach, only iterables are supported\\.$#"
840
845
count:1
841
846
path:src/Utils/Query.php
842
847
@@ -845,11 +850,6 @@ parameters:
845
850
count:1
846
851
path:src/Utils/Query.php
847
852
848
-
-
849
-
message:"#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
850
-
count:1
851
-
path:src/Utils/Query.php
852
-
853
853
-
854
854
message:"#^Cannot access property \\$dest on PhpMyAdmin\\\\SqlParser\\\\Components\\\\IntoKeyword\\|null\\.$#"
0 commit comments