We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ac9a1 commit e3e153fCopy full SHA for e3e153f
.travis.yml
@@ -85,4 +85,4 @@ install:
85
86
script:
87
- vendor/phpunit/phpunit/phpunit -c phpunit.xml Tests/
88
- - if [[ ${PHPSTAN} == "true" ]]; then vendor/bin/phpstan analyse -l 7 -c phpstan.neon DependencyInjection/ XsolveModelFactoryBundle.php ; fi
+ - if [[ ${PHPSTAN} == "true" ]]; then vendor/bin/phpstan analyse -l 7 DependencyInjection/ XsolveModelFactoryBundle.php ; fi
phpstan.neon
0 commit comments