Skip to content

Commit c93e445

Browse files
committed
Fixing PHPStan CI
1 parent f560547 commit c93e445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
sudo: false
33
php:
44
- 7.1
5+
- 7.2
56
env:
67
global:
78
# We need to prefer source to get PHPStan test directory. Otherwise, it is removed from ZIP

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
ignoreErrors:
33
- '#Call to an undefined method Roave\\BetterReflection\\Reflection\\ReflectionFunctionAbstract::getDeclaringClass().#'
4-
4+
- '#Call to an undefined method Roave\\BetterReflection\\Reflection\\Reflection::implementsInterface().#'
55
includes:
66
- phpstan-strict-rules.neon

0 commit comments

Comments
 (0)