From 2e832d8eedde72dfc122e88262cb52d2a7aa8f85 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Tue, 10 Dec 2024 22:45:20 +0700 Subject: [PATCH] #28 chore: ignore some small warnings --- phpstan-baseline.neon | 3 +++ 1 file changed, 3 insertions(+) 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: '*'