We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f560547 commit c93e445Copy full SHA for c93e445
.travis.yml
@@ -2,6 +2,7 @@ language: php
2
sudo: false
3
php:
4
- 7.1
5
+ - 7.2
6
env:
7
global:
8
# We need to prefer source to get PHPStan test directory. Otherwise, it is removed from ZIP
phpstan.neon
@@ -1,6 +1,6 @@
1
parameters:
ignoreErrors:
- '#Call to an undefined method Roave\\BetterReflection\\Reflection\\ReflectionFunctionAbstract::getDeclaringClass().#'
-
+ - '#Call to an undefined method Roave\\BetterReflection\\Reflection\\Reflection::implementsInterface().#'
includes:
- phpstan-strict-rules.neon
0 commit comments