diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index da9ba7d..cbc5146 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -11,3 +11,6 @@ parameters: - message: '#Call to an undefined static method CSlant\\Blog\\Api\\Http\\Resources\\ListPostResource::collection\(\).#' path: src/Http/Controllers/PostController.php + + - message: '#Cannot cast mixed to string#' + path: '*'