1
0
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:
Oliver Vogel
2024-04-23 16:05:14 +02:00
committed by GitHub
parent e922730019
commit 5464ca5ec7
8 changed files with 105 additions and 24 deletions

View File

@@ -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: