Skip to content

Commit

Permalink
fix phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Dec 11, 2023
1 parent d15350f commit e9c9e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test-coverage:
XDEBUG_MODE=coverage php artisan test --coverage-clover build/logs/clover.xml

analyse:
composer exec phpstan analyse -v -- --memory-limit=512M --xdebug
composer exec phpstan analyse -v -- --memory-limit=512M

check: test lint analyse

Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:
checkMissingIterableValueType: false
Expand Down

0 comments on commit e9c9e2e

Please sign in to comment.