File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2208,12 +2208,6 @@ parameters:
22082208 count: 1
22092209 path: src/Controllers/Database/Structure/RealRowCountController.php
22102210
2211- -
2212- message: '#^Parameter \#1 \$value of static method PhpMyAdmin\\Util\:\:formatNumber\(\) expects float\|int\|string, int\|null given\.$#'
2213- identifier: argument.type
2214- count: 1
2215- path: src/Controllers/Database/Structure/RealRowCountController.php
2216-
22172211 -
22182212 message: '#^Binary operation "\+" between mixed and mixed results in an error\.$#'
22192213 identifier: binaryOp.invalid
@@ -3255,6 +3249,12 @@ parameters:
32553249 count: 4
32563250 path: src/Controllers/Server/Status/StatusController.php
32573251
3252+ -
3253+ message: '#^Parameter \#1 \$value of static method PhpMyAdmin\\Util\:\:formatNumber\(\) expects float\|int\|string, mixed given\.$#'
3254+ identifier: argument.type
3255+ count: 5
3256+ path: src/Controllers/Server/Status/StatusController.php
3257+
32583258 -
32593259 message: '#^Binary operation "\*" between 0\.01 and float\|int\|string results in an error\.$#'
32603260 identifier: binaryOp.invalid
Original file line number Diff line number Diff line change @@ -1750,7 +1750,7 @@ public function getRealRowCountTable(): int
17501750 {
17511751 return (int ) $ this ->dbi ->fetchValue (
17521752 'SELECT COUNT(*) FROM ' . Util::backquote ($ this ->dbName ) . '. '
1753- . Util::backquote ($ this ->name )
1753+ . Util::backquote ($ this ->name ),
17541754 );
17551755 }
17561756
You can’t perform that action at this time.
0 commit comments