Skip to content

Commit

Permalink
Fix PHPStan build with baseline (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 authored Feb 19, 2021
1 parent 2e9a080 commit c25ef0c
Show file tree
Hide file tree
Showing 6 changed files with 1,450 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test: docker-compose.yml phpunit.xml.dist
docker-compose run --rm php bash -c "bin/phpunit -c phpunit.xml.dist"

phpstan: docker-compose.yml
docker-compose run --rm php bash -c "bin/phpstan analyze -l7 src/ tests/"
docker-compose run --rm php bash -c "bin/phpstan analyze --memory-limit=-1"

setup-symfony-%: SYMFONY_VERSION = $*
setup-symfony-%:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.1"

services:
php:
image: ilariopierbattista/mongodb-bundle-php:base-7.2-mongoext-1.3.0
image: ilariopierbattista/mongodb-bundle-php:php-7.2-mongoext-1.3.0-20201227
volumes:
- ./:/home/user-dev/project
tty: true
Expand Down
Loading

0 comments on commit c25ef0c

Please sign in to comment.