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 a8cd447 commit 318262f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan.neon
Expand Up @@ -4,6 +4,11 @@ parameters:
ignoreErrors:
- '#Dynamic call to static method PHPUnit\\Framework\\.*#'
- '#Call to an undefined method Mockery\\Expectation::.*#'
universalObjectCratesClasses:
- UserFrosting\Sprinkle\Account\Database\Models\Interfaces\GroupInterface
- UserFrosting\Sprinkle\Account\Database\Models\Interfaces\UserInterface
- UserFrosting\Sprinkle\Account\Database\Models\Interfaces\RoleInterface
- UserFrosting\Sprinkle\Account\Database\Models\Interfaces\PermissionInterface
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
Expand Down

0 comments on commit 318262f

Please sign in to comment.