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\(\)#'