Skip to content

Commit e3e153f

Browse files
committed
PHPStan obsolete config removed.
1 parent a9ac9a1 commit e3e153f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ install:
8585

8686
script:
8787
- 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
88+
- if [[ ${PHPSTAN} == "true" ]]; then vendor/bin/phpstan analyse -l 7 DependencyInjection/ XsolveModelFactoryBundle.php ; fi

phpstan.neon

Whitespace-only changes.

0 commit comments

Comments
 (0)