From 372ca82dd9d35deacd025904042c9ed7e5b78054 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Mon, 17 Apr 2023 19:40:44 -0400 Subject: [PATCH] Implement temp solution for PHPStan issues See https://github.com/phpstan/phpstan/issues/8550 --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index e2960264..72af3aab 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,6 +4,8 @@ parameters: ignoreErrors: - '#Dynamic call to static method PHPUnit\\Framework\\.*#' - '#Call to an undefined method Mockery\\Expectation::.*#' + universalObjectCratesClasses: + - UserFrosting\Sprinkle\Core\Database\Models\Interfaces\ThrottleModelInterface includes: - vendor/phpstan/phpstan-strict-rules/rules.neon - vendor/phpstan/phpstan-deprecation-rules/rules.neon