Skip to content

Commit

Permalink
Merge pull request #286 from jolicode/fix/config-phpstan-autoload-vendor
Browse files Browse the repository at this point in the history
Add autoload and vendor for phpstan
  • Loading branch information
lyrixx committed Mar 7, 2024
2 parents 5bbffd4 + e223d07 commit 0e857ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Expand Up @@ -7,6 +7,8 @@ parameters:
- .castor/
scanFiles:
- .castor.stub.php
# scanDirectories:
# - application/vendor
tmpDir: tools/phpstan/var
inferPrivatePropertyTypeFromConstructor: true

Expand Down

0 comments on commit 0e857ce

Please sign in to comment.