mirror of
https://github.com/Intervention/image.git
synced 2025-08-06 22:06:36 +02:00
Remove already configured path from phpstan call
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
|||||||
analysis:
|
analysis:
|
||||||
build: ./
|
build: ./
|
||||||
working_dir: /project
|
working_dir: /project
|
||||||
command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M ./src"
|
command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M"
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/project
|
- ./:/project
|
||||||
standards:
|
standards:
|
||||||
|
Reference in New Issue
Block a user