mirror of
https://github.com/Intervention/image.git
synced 2025-09-03 02:42:45 +02:00
Refactor to meet PHPStan level 5 (#1334)
* Update phpstan level * Refactor to meet phpstan level 5
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user