mirror of
https://github.com/Intervention/image.git
synced 2025-07-31 02:50:13 +02:00
Remove already configured path from phpstan call
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 ./src"
|
||||
command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M"
|
||||
volumes:
|
||||
- ./:/project
|
||||
standards:
|
||||
|
Reference in New Issue
Block a user