diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 5e4d4aa87..ef0451e25 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -90,6 +90,11 @@ parameters: count: 2 path: src/PaginatedDataCollection.php + - + message: "#^Dead catch \\- ArgumentCountError is never thrown in the try block\\.$#" + count: 1 + path: src/Resolvers/DataFromArrayResolver.php + - message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$acceptedTypes is already assigned\\.$#" count: 2