From fd524c5f14f3fdd202a7d3ad2cba5b383b751c49 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 7 Feb 2023 12:48:41 -0800 Subject: [PATCH] Remove ignore errors section covered by larastan config --- phpstan.neon | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 9720523da..d5edda688 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,18 +9,4 @@ parameters: - resources/lang - resources/views - level: 4 - - ignoreErrors: - - '#Class, interface or enum named #' - - '#Call to an undefined static method App\\Models\\.*::where.*\(\)#' - - '#Call to an undefined static method App\\Models\\.*::firstOr.*\(\)#' - - '#Call to an undefined static method App\\Models\\.*::find.*\(\)#' - - '#Call to an undefined static method App\\Models\\.*::get.*\(\)#' - - '#Call to an undefined static method App\\Models\\.*::has.*\(\)#' - - '#Call to static method info\(\) on an unknown class Log#' - - '#Call to static method debug\(\) on an unknown class Log#' - - '#Call to static method getSchemaBuilder\(\) on an unknown class DB#' - - '#Call to static method call\(\) on an unknown class Artisan.#' -