@@ -126,7 +126,7 @@ parameters:
126
126
path : src/Components/Expression.php
127
127
128
128
-
129
- message : " #^Parameter \\ #2 \\ $array of function implode expects array\\ |null , array\\ <string\\ >\\ |string given\\ .$#"
129
+ message : " #^Parameter \\ #2 \\ $pieces of function implode expects array, array\\ <string\\ >\\ |string given\\ .$#"
130
130
count : 1
131
131
path : src/Components/Expression.php
132
132
@@ -316,7 +316,7 @@ parameters:
316
316
path : src/Components/OptionsArray.php
317
317
318
318
-
319
- message : " #^Parameter \\ #2 \\ $string2 of function strcasecmp expects string, mixed given\\ .$#"
319
+ message : " #^Parameter \\ #2 \\ $str2 of function strcasecmp expects string, mixed given\\ .$#"
320
320
count : 2
321
321
path : src/Components/OptionsArray.php
322
322
@@ -411,7 +411,7 @@ parameters:
411
411
path : src/Components/Reference.php
412
412
413
413
-
414
- message : " #^Parameter \\ #2 \\ $array of function implode expects array\\ |null , array\\ <string\\ >\\ |string given\\ .$#"
414
+ message : " #^Parameter \\ #2 \\ $pieces of function implode expects array, array\\ <string\\ >\\ |string given\\ .$#"
415
415
count : 1
416
416
path : src/Components/Reference.php
417
417
@@ -801,7 +801,7 @@ parameters:
801
801
path : src/Tools/ContextGenerator.php
802
802
803
803
-
804
- message : " #^Parameter \\ #2 \\ .\\ .\\ .\\ $arrays of function array_merge expects array, array\\ <int, string\\ >\\ |false given\\ .$#"
804
+ message : " #^Parameter \\ #2 \\ .\\ .\\ .\\ $args of function array_merge expects array, array\\ <int, string\\ >\\ |false given\\ .$#"
805
805
count : 1
806
806
path : src/Tools/ContextGenerator.php
807
807
@@ -816,12 +816,12 @@ parameters:
816
816
path : src/Tools/TestGenerator.php
817
817
818
818
-
819
- message : " #^Parameter \\ #1 \\ $directory of function mkdir expects string, string\\ |null given\\ .$#"
819
+ message : " #^Parameter \\ #1 \\ $filename of function is_dir expects string, string\\ |null given\\ .$#"
820
820
count : 1
821
821
path : src/Tools/TestGenerator.php
822
822
823
823
-
824
- message : " #^Parameter \\ #1 \\ $filename of function is_dir expects string, string\\ |null given\\ .$#"
824
+ message : " #^Parameter \\ #1 \\ $pathname of function mkdir expects string, string\\ |null given\\ .$#"
825
825
count : 1
826
826
path : src/Tools/TestGenerator.php
827
827
@@ -906,7 +906,7 @@ parameters:
906
906
path : src/Utils/Formatter.php
907
907
908
908
-
909
- message : " #^Parameter \\ #1 \\ $string of function str_repeat expects string, array\\ <int, array\\ <string, int\\ |string\\ >\\ >\\ |bool\\ |string given\\ .$#"
909
+ message : " #^Parameter \\ #1 \\ $input of function str_repeat expects string, array\\ <int, array\\ <string, int\\ |string\\ >\\ >\\ |bool\\ |string given\\ .$#"
910
910
count : 1
911
911
path : src/Utils/Formatter.php
912
912
@@ -961,7 +961,7 @@ parameters:
961
961
path : src/Utils/Routine.php
962
962
963
963
-
964
- message : " #^Parameter \\ #2 \\ $array of function implode expects array\\ |null , array\\ <int\\ <0, max\\ >, mixed\\ >\\ |string given\\ .$#"
964
+ message : " #^Parameter \\ #2 \\ $pieces of function implode expects array, array\\ <int\\ <0, max\\ >, mixed\\ >\\ |string given\\ .$#"
965
965
count : 1
966
966
path : src/Utils/Routine.php
967
967
@@ -991,7 +991,7 @@ parameters:
991
991
path : src/Utils/Tokens.php
992
992
993
993
-
994
- message : " #^Parameter \\ #1 \\ $string1 of function strcasecmp expects string, int\\ |string given\\ .$#"
994
+ message : " #^Parameter \\ #1 \\ $str1 of function strcasecmp expects string, int\\ |string given\\ .$#"
995
995
count : 1
996
996
path : src/Utils/Tokens.php
997
997
@@ -1125,6 +1125,16 @@ parameters:
1125
1125
count : 1
1126
1126
path : tests/Parser/WithStatementTest.php
1127
1127
1128
+ -
1129
+ message : " #^Cannot access offset int\\ <0, max\\ > on non\\ -empty\\ -array\\ <int, string\\ >\\ |false\\ .$#"
1130
+ count : 1
1131
+ path : tests/Utils/BufferedQueryTest.php
1132
+
1133
+ -
1134
+ message : " #^Parameter \\ #1 \\ $var of function count expects array\\ |Countable, array\\ <int, string\\ >\\ |false given\\ .$#"
1135
+ count : 1
1136
+ path : tests/Utils/BufferedQueryTest.php
1137
+
1128
1138
-
1129
1139
message : " #^Parameter \\ #1 \\ $statement of static method PhpMyAdmin\\\\ SqlParser\\\\ Utils\\\\ Misc\\ :\\ :getAliases\\ (\\ ) expects PhpMyAdmin\\\\ SqlParser\\\\ Statements\\\\ SelectStatement, PhpMyAdmin\\\\ SqlParser\\\\ Statement\\ |null given\\ .$#"
1130
1140
count : 1
0 commit comments