Skip to content

Commit 0c31791

Browse files
fix: regenerate phpstan baseline after ServerRequest migration
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent ebf553a commit 0c31791

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

phpstan-baseline.neon

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,12 +1629,6 @@ 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-
16381632
-
16391633
message: '#^Cannot access offset ''table_limit_offset'' on mixed\.$#'
16401634
identifier: offsetAccess.nonOffsetAccessible
@@ -1660,16 +1654,16 @@ parameters:
16601654
path: src/Controllers/Database/Structure/DropTableController.php
16611655

16621656
-
1663-
message: '#^Cannot cast mixed to string\.$#'
1664-
identifier: cast.string
1657+
message: '#^Cannot cast mixed to int\.$#'
1658+
identifier: cast.int
16651659
count: 1
1666-
path: src/Controllers/Database/Structure/RealRowCountController.php
1660+
path: src/Controllers/Database/Structure/EmptyTableController.php
16671661

16681662
-
16691663
message: '#^Cannot cast mixed to string\.$#'
16701664
identifier: cast.string
1671-
count: 2
1672-
path: src/Controllers/Database/StructureController.php
1665+
count: 1
1666+
path: src/Controllers/Database/Structure/RealRowCountController.php
16731667

16741668
-
16751669
message: '#^Binary operation "\+" between bool\|int\|string\|null and bool\|int\|string\|null results in an error\.$#'
@@ -1719,6 +1713,12 @@ parameters:
17191713
count: 2
17201714
path: src/Controllers/Database/StructureController.php
17211715

1716+
-
1717+
message: '#^Cannot cast mixed to string\.$#'
1718+
identifier: cast.string
1719+
count: 2
1720+
path: src/Controllers/Database/StructureController.php
1721+
17221722
-
17231723
message: '#^Loose comparison via "\!\=" is not allowed\.$#'
17241724
identifier: notEqual.notAllowed
@@ -2728,14 +2728,14 @@ parameters:
27282728
path: src/Controllers/Table/CreateController.php
27292729

27302730
-
2731-
message: '#^Cannot cast mixed to int\.$#'
2732-
identifier: cast.int
2731+
message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#'
2732+
identifier: foreach.nonIterable
27332733
count: 1
27342734
path: src/Controllers/Table/DeleteRowsController.php
27352735

27362736
-
2737-
message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#'
2738-
identifier: foreach.nonIterable
2737+
message: '#^Cannot cast mixed to int\.$#'
2738+
identifier: cast.int
27392739
count: 1
27402740
path: src/Controllers/Table/DeleteRowsController.php
27412741

0 commit comments

Comments
 (0)