Skip to content

Commit c74ea26

Browse files
committed
Fix phpstan configuration
1 parent a3cfeee commit c74ea26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon

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

0 commit comments

Comments
 (0)