mirror of
https://github.com/predis/predis.git
synced 2026-08-17 10:31:42 +00:00
5331d943fe
* Upgrade static analysis to PHPStan level 2 * Fix CS and CI * Fix coverage path * Start debugging * Stop debugging
16 lines
522 B
Plaintext
16 lines
522 B
Plaintext
parameters:
|
|
level: 0
|
|
|
|
paths:
|
|
- tests/
|
|
|
|
ignoreErrors:
|
|
# Uses func_get_args()
|
|
- message: "#^Static method Predis\\\\Command\\\\RawCommand\\:\\:create\\(\\) invoked with 0 parameters, at least 1 required\\.$#"
|
|
count: 1
|
|
path: tests/Predis/Command/RawCommandTest.php
|
|
# Mockery
|
|
- message: "#^Call to an undefined method Predis\\\\Configuration\\\\Option\\\\AggregateTest\\:\\:getMockConnectionClass\\(\\)\\.$#"
|
|
count: 2
|
|
path: tests/Predis/Configuration/Option/AggregateTest.php
|