Skip to content

Commit

Permalink
Update phpstan level
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Apr 21, 2024
1 parent e922730 commit 13cd86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
analysis:
build: ./
working_dir: /project
command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M --level=4 ./src"
command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M ./src"
volumes:
- ./:/project
standards:
Expand Down
2 changes: 1 addition & 1 deletion phpstan.dist.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 4
level: 5
paths:
- src
exceptions:
Expand Down

0 comments on commit 13cd86a

Please sign in to comment.