We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -82,6 +82,9 @@ |
||
82 | 82 | return $covered; |
83 | 83 | } |
84 | 84 | |
85 | + /** |
|
86 | + * @param callable[] $map |
|
87 | + */ |
|
85 | 88 | private function checkMap($map): void |
86 | 89 | { |
87 | 90 | if (!\is_array($map) && !($map instanceof \ArrayAccess && $map instanceof \Traversable)) { |