Skip to content

Commit c4fe618

Browse files
committed
Ignore some static analysis errors that are intentional
1 parent e6b35c1 commit c4fe618

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ parameters:
22
level: 9
33
paths:
44
- src
5+
ignoreErrors:
6+
- 'Static method Navarr\Utils\IterableToArray::fallbackConvert() is unused.'
7+
- message: 'Unreachable statement - code above always terminates.'
8+
path: src/IterableToArray.php

0 commit comments

Comments
 (0)