@@ -1629,6 +1629,12 @@ parameters:
16291629 count: 1
16301630 path: src/Controllers/Database/Structure/CopyFormController.php
16311631
1632+ -
1633+ message: '#^Cannot cast mixed to int\.$#'
1634+ identifier: cast.int
1635+ count: 1
1636+ path: src/Controllers/Database/Structure/EmptyTableController.php
1637+
16321638 -
16331639 message: '#^Cannot access offset ''table_limit_offset'' on mixed\.$#'
16341640 identifier: offsetAccess.nonOffsetAccessible
@@ -1654,22 +1660,16 @@ parameters:
16541660 path: src/Controllers/Database/Structure/DropTableController.php
16551661
16561662 -
1657- message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
1658- identifier: empty.notAllowed
1659- count: 1
1660- path: src/Controllers/Database/Structure/EmptyTableController.php
1661-
1662- -
1663- message: '#^Parameter \#3 \$pos of method PhpMyAdmin\\Sql\:\:calculatePosForLastPage\(\) expects int\|null, mixed given\.$#'
1664- identifier: argument.type
1663+ message: '#^Cannot cast mixed to string\.$#'
1664+ identifier: cast.string
16651665 count: 1
1666- path: src/Controllers/Database/Structure/EmptyTableController .php
1666+ path: src/Controllers/Database/Structure/RealRowCountController .php
16671667
16681668 -
16691669 message: '#^Cannot cast mixed to string\.$#'
16701670 identifier: cast.string
1671- count: 1
1672- path: src/Controllers/Database/Structure/RealRowCountController .php
1671+ count: 2
1672+ path: src/Controllers/Database/StructureController .php
16731673
16741674 -
16751675 message: '#^Binary operation "\+" between bool\|int\|string\|null and bool\|int\|string\|null results in an error\.$#'
@@ -2673,6 +2673,12 @@ parameters:
26732673 count: 1
26742674 path: src/Controllers/Table/ChangeRowsController.php
26752675
2676+ -
2677+ message: '#^Cannot cast mixed to int\.$#'
2678+ identifier: cast.int
2679+ count: 2
2680+ path: src/Controllers/Table/ChartController.php
2681+
26762682 -
26772683 message: '#^Binary operation "\+" between int\|string and mixed results in an error\.$#'
26782684 identifier: binaryOp.invalid
@@ -2752,20 +2758,14 @@ parameters:
27522758 path: src/Controllers/Table/CreateController.php
27532759
27542760 -
2755- message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#'
2756- identifier: foreach.nonIterable
2757- count: 1
2758- path: src/Controllers/Table/DeleteRowsController.php
2759-
2760- -
2761- message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
2762- identifier: empty.notAllowed
2761+ message: '#^Cannot cast mixed to int\.$#'
2762+ identifier: cast.int
27632763 count: 1
27642764 path: src/Controllers/Table/DeleteRowsController.php
27652765
27662766 -
2767- message: '#^Parameter \#3 \$pos of method PhpMyAdmin\\Sql\:\:calculatePosForLastPage\(\) expects int\|null, mixed given \.$#'
2768- identifier: argument.type
2767+ message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported \.$#'
2768+ identifier: foreach.nonIterable
27692769 count: 1
27702770 path: src/Controllers/Table/DeleteRowsController.php
27712771
0 commit comments