Ignore redis-related errors due to it being a decorator.
This commit is contained in:
parent
d61e249d3d
commit
d77c860410
1 changed files with 2 additions and 0 deletions
|
|
@ -14,4 +14,6 @@ parameters:
|
||||||
- bin/
|
- bin/
|
||||||
- src/
|
- src/
|
||||||
- tests/
|
- tests/
|
||||||
|
ignoreErrors:
|
||||||
|
- '#Call to an undefined method Benzine\\Redis\\Redis::[a-zA-Z0-9\\_]+\(\)#'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue