We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930909b commit 0bd4c6cCopy full SHA for 0bd4c6c
.phpstan.neon
@@ -1,3 +1,5 @@
1
parameters:
2
autoload_files:
3
- %rootDir%/../../../tests/bootstrap.php
4
+includes:
5
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
.travis.yml
@@ -16,6 +16,7 @@ script:
16
- |
17
if [ `php -r "echo (int) version_compare(PHP_VERSION, '7.0', '>=');"` = "1" ]; then
18
composer require phpstan/phpstan --dev
19
+ composer require phpstan/phpstan-strict-rules --dev
20
vendor/bin/phpstan analyse --level=max --no-progress -c .phpstan.neon MO4 tests
21
fi
22
- php -d zend_extension=xdebug.so vendor/bin/phpunit --coverage-clover=coverage.xml
0 commit comments