From b98d4ae2e9521bb5e9784b61febf59b4501a5a56 Mon Sep 17 00:00:00 2001 From: flynsarmy Date: Wed, 10 Feb 2021 09:48:06 +1000 Subject: [PATCH] Remove fixed phpstan error ignore --- phpstan.neon | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 9a78417..d511559 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,8 +4,4 @@ parameters: level: 5 inferPrivatePropertyTypeFromConstructor: true paths: - - src - ignoreErrors: - # Somewhere between Oct 5 2020 and Jan 4 2021, Larastan made a change - # that resulted in this method call erroring. Just ignore it I guess? - - '#DB::getSchemaBuilder#' \ No newline at end of file + - src \ No newline at end of file