-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
12 lines (10 loc) · 783 Bytes
/
phpstan-baseline.neon
File metadata and controls
12 lines (10 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$other \\(iterable\\<TKey, T\\>\\) of method loophp\\\\PhpUnitIterableAssertions\\\\Constraint\\\\IsIdenticalIterable\\:\\:matches\\(\\) should be contravariant with parameter \\$other \\(mixed\\) of method PHPUnit\\\\Framework\\\\Constraint\\\\Constraint\\:\\:matches\\(\\)$#"
count: 1
path: src/Constraint/IsIdenticalIterable.php
-
message: "#^Parameter \\#1 \\$other \\(iterable\\<TKey, T\\>\\) of method loophp\\\\PhpUnitIterableAssertions\\\\Constraint\\\\IsNotIdenticalIterable\\:\\:matches\\(\\) should be contravariant with parameter \\$other \\(mixed\\) of method PHPUnit\\\\Framework\\\\Constraint\\\\Constraint\\:\\:matches\\(\\)$#"
count: 1
path: src/Constraint/IsNotIdenticalIterable.php