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
The goal of this was to partition the big method into smaller easier to
understand chunks and get rid of globals. This code is still far from
perfect but I have no idea how to proceed further right now.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
message: "#^Parameter \\#1 \\$string of function strtoupper expects string, mixed given\\.$#"
10640
10635
count: 1
@@ -13780,19 +13775,14 @@ parameters:
13780
13775
count: 1
13781
13776
path: src/Table/Search.php
13782
13777
13783
-
-
13784
-
message: "#^Argument of an invalid type array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\>\\|null supplied for foreach, only iterables are supported\\.$#"
13785
-
count: 2
13786
-
path: src/Table/Table.php
13787
-
13788
13778
-
13789
13779
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
13790
13780
count: 1
13791
13781
path: src/Table/Table.php
13792
13782
13793
13783
-
13794
13784
message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
13795
-
count: 3
13785
+
count: 2
13796
13786
path: src/Table/Table.php
13797
13787
13798
13788
-
@@ -13890,19 +13880,9 @@ parameters:
13890
13880
count: 6
13891
13881
path: src/Table/Table.php
13892
13882
13893
-
-
13894
-
message: "#^Cannot call method has\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
13895
-
count: 2
13896
-
path: src/Table/Table.php
13897
-
13898
-
-
13899
-
message: "#^Cannot cast mixed to string\\.$#"
13900
-
count: 2
13901
-
path: src/Table/Table.php
13902
-
13903
13883
-
13904
13884
message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13905
-
count: 17
13885
+
count: 13
13906
13886
path: src/Table/Table.php
13907
13887
13908
13888
-
@@ -13960,11 +13940,6 @@ parameters:
13960
13940
count: 2
13961
13941
path: src/Table/Table.php
13962
13942
13963
-
-
13964
-
message: "#^Only booleans are allowed in a negated boolean, bool\\|string given\\.$#"
13965
-
count: 1
13966
-
path: src/Table/Table.php
13967
-
13968
13943
-
13969
13944
message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
13970
13945
count: 1
@@ -13975,11 +13950,6 @@ parameters:
13975
13950
count: 1
13976
13951
path: src/Table/Table.php
13977
13952
13978
-
-
13979
-
message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
13980
-
count: 2
13981
-
path: src/Table/Table.php
13982
-
13983
13953
-
13984
13954
message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
13985
13955
count: 1
@@ -14010,21 +13980,11 @@ parameters:
14010
13980
count: 6
14011
13981
path: src/Table/Table.php
14012
13982
14013
-
-
14014
-
message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
14030
13990
count: 2
@@ -14090,6 +14050,46 @@ parameters:
14090
14050
count: 1
14091
14051
path: src/Table/Table.php
14092
14052
14053
+
-
14054
+
message: "#^Argument of an invalid type array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\>\\|null supplied for foreach, only iterables are supported\\.$#"
14055
+
count: 2
14056
+
path: src/Table/TableMover.php
14057
+
14058
+
-
14059
+
message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
14060
+
count: 1
14061
+
path: src/Table/TableMover.php
14062
+
14063
+
-
14064
+
message: "#^Cannot call method has\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
14065
+
count: 2
14066
+
path: src/Table/TableMover.php
14067
+
14068
+
-
14069
+
message: "#^Cannot cast mixed to string\\.$#"
14070
+
count: 2
14071
+
path: src/Table/TableMover.php
14072
+
14073
+
-
14074
+
message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14075
+
count: 1
14076
+
path: src/Table/TableMover.php
14077
+
14078
+
-
14079
+
message: "#^Only booleans are allowed in a negated boolean, bool\\|string given\\.$#"
14080
+
count: 1
14081
+
path: src/Table/TableMover.php
14082
+
14083
+
-
14084
+
message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
0 commit comments