From 15cb921eebefa78ee05974faa8fb36699eef2036 Mon Sep 17 00:00:00 2001 From: sten Date: Wed, 21 Sep 2022 17:11:55 +0200 Subject: [PATCH] - whitelist phpstan error --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index df89772..c7c7b87 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -14,6 +14,7 @@ parameters: ignoreErrors: - '#Access to an undefined property [a-zA-Z0-9\\_]+::\$name.#' - '#Access to an undefined property [a-zA-Z0-9\\_]+::\$surveyhero\_id.#' + - '#Access to an undefined property [a-zA-Z0-9\\_]+::\$survey\_last\_imported.#' - '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::truncate\(\)#' - '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::updateOrCreate\(\)#' - '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::where\(\)#'