Skip to content

Commit

Permalink
Implement temp solution for PHPStan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 17, 2023
1 parent 712bcc6 commit 372ca82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Expand Up @@ -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
Expand Down

0 comments on commit 372ca82

Please sign in to comment.