Skip to content

Commit

Permalink
[CLEANUP] Reduce redundancies in the PHPStan configuration
Browse files Browse the repository at this point in the history
Fixes #772
  • Loading branch information
oliverklee committed Apr 30, 2024
1 parent cf1cff1 commit dc71146
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@ parameters:

level: 9

bootstrapFiles:
- .Build/vendor/autoload.php

paths:
- Classes
- Configuration
- Tests

scanDirectories:
- Classes
- Configuration
- Tests

# Allow instanceof checks, particularly in tests
checkAlwaysTrueCheckTypeFunctionCall: false

0 comments on commit dc71146

Please sign in to comment.