Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 8169c47

Browse files
committed
Fixing coverage.
1 parent 18e99f6 commit 8169c47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Stub/EmptyValueFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,13 @@ public function fromType(ReflectionType $type)
105105

106106
return $fn();
107107

108+
// @codeCoverageIgnoreStart
109+
108110
case 'void':
109111
case 'hh\mixed':
110112
return null;
111113
}
114+
// @codeCoverageIgnoreEnd
112115

113116
return $this->mockBuilderFactory->create($typeName)->full();
114117
}

0 commit comments

Comments
 (0)