diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 2d0db27..a7eb57c 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1,5 +1,7 @@ parameters: ignoreErrors: + - message: '#Class .+ not found#' + - message: '#Parameter \#1 \$prefix of static method Illuminate\\Support\\Facades\\Route::prefix\(\) expects string, mixed given\.#' path: routes/blog-api.php