Skip to content

Commit 97824b6

Browse files
committed
Fix phpstan problems
1 parent 286e89c commit 97824b6

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

phpstan.neon

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@ parameters:
88
- tests
99
- generators
1010
ignoreErrors:
11-
-
12-
message: "#^Method Munus\\\\Collection\\\\Map\\:\\:tail\\(\\) should return Munus\\\\Collection\\\\Traversable\\<V\\> but returns Munus\\\\Tuple\\.$#"
13-
count: 1
14-
path: src/Collection/Map.php
15-
16-
-
17-
message: "#Method Munus\\\\Collection\\\\Stream\\\\Collectors::averaging\\(\\) should return Munus\\\\Collection\\\\Stream\\\\Collector\\<T, float\\|int\\> but returns Munus\\\\Collection\\\\Stream\\\\Collector\\\\GenericCollector\\<mixed, float\\|int\\|Munus\\\\Tuple\\>.#"
18-
count: 1
19-
path: src/Collection/Stream/Collectors.php
20-
21-
-
22-
message: "#Unreachable statement - code above always terminates.#"
23-
count: 1
24-
path: src/Collection/Iterator.php
25-
2611
-
2712
message: "#Template type T of method#"
2813
count: 6
@@ -32,4 +17,3 @@ parameters:
3217
message: "#Method Munus\\\\Value::toStream\\(\\) should return Munus\\\\Collection\\\\Stream\\<T\\> but returns Munus\\\\Collection\\\\Stream\\\\Cons\\<Munus\\\\Collection\\\\Stream\\|T\\>.#"
3318
count: 1
3419
path: src/Value.php
35-

0 commit comments

Comments
 (0)