mirror of
https://github.com/Intervention/image.git
synced 2025-01-16 11:49:02 +01:00
Remove already configured path from phpstan call
This commit is contained in:
parent
e878ccc4a8
commit
e9dbb82486
@ -18,7 +18,7 @@ services:
|
||||
analysis:
|
||||
build: ./
|
||||
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:
|
||||
- ./:/project
|
||||
standards:
|
||||
|
Loading…
x
Reference in New Issue
Block a user