@@ -606,13 +606,13 @@ parameters:
606606 -
607607 message: '#^Only booleans are allowed in a negated boolean, string\|false given\.$#'
608608 identifier: booleanNot.exprNotBoolean
609- count: 2
609+ count: 1
610610 path: src/Config.php
611611
612612 -
613613 message: '#^Only booleans are allowed in an if condition, string\|false given\.$#'
614614 identifier: if.condNotBoolean
615- count: 2
615+ count: 1
616616 path: src/Config.php
617617
618618 -
@@ -2082,12 +2082,6 @@ parameters:
20822082 count: 1
20832083 path: src/Controllers/Database/ImportController.php
20842084
2085- -
2086- message: '#^Cannot cast mixed to int\.$#'
2087- identifier: cast.int
2088- count: 1
2089- path: src/Controllers/Database/ImportController.php
2090-
20912085 -
20922086 message: '#^Parameter \#2 \$db of static method PhpMyAdmin\\Database\\MultiTableQuery\:\:displayResults\(\) expects string, mixed given\.$#'
20932087 identifier: argument.type
@@ -3054,15 +3048,6 @@ parameters:
30543048 count: 1
30553049 path: src/Controllers/Preferences/MainPanelController.php
30563050
3057- -
3058- message: '''
3059- #^Call to deprecated method getInstance\(\) of class PhpMyAdmin\\Config\:
3060- Use dependency injection instead\.$#
3061- '''
3062- identifier: staticMethod.deprecated
3063- count: 1
3064- path: src/Controllers/Preferences/ManageController.php
3065-
30663051 -
30673052 message: '#^Loose comparison via "\!\=" is not allowed\.$#'
30683053 identifier: notEqual.notAllowed
@@ -3288,12 +3273,6 @@ parameters:
32883273 count: 1
32893274 path: src/Controllers/Server/ImportController.php
32903275
3291- -
3292- message: '#^Cannot cast mixed to int\.$#'
3293- identifier: cast.int
3294- count: 1
3295- path: src/Controllers/Server/ImportController.php
3296-
32973276 -
32983277 message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
32993278 identifier: empty.notAllowed
@@ -3954,12 +3933,6 @@ parameters:
39543933 count: 1
39553934 path: src/Controllers/Table/ImportController.php
39563935
3957- -
3958- message: '#^Cannot cast mixed to int\.$#'
3959- identifier: cast.int
3960- count: 1
3961- path: src/Controllers/Table/ImportController.php
3962-
39633936 -
39643937 message: '#^Binary operation "\+\=" between int and mixed results in an error\.$#'
39653938 identifier: assignOp.invalid
@@ -8994,12 +8967,6 @@ parameters:
89948967 count: 1
89958968 path: src/InsertEdit.php
89968969
8997- -
8998- message: '#^Cannot cast mixed to int\.$#'
8999- identifier: cast.int
9000- count: 1
9001- path: src/InsertEdit.php
9002-
90038970 -
90048971 message: '#^Cannot cast mixed to string\.$#'
90058972 identifier: cast.string
@@ -19419,7 +19386,7 @@ parameters:
1941919386 Use dependency injection instead\.$#
1942019387 '''
1942119388 identifier: staticMethod.deprecated
19422- count: 34
19389+ count: 33
1942319390 path: tests/unit/InsertEditTest.php
1942419391
1942519392 -
0 commit comments