@@ -202,7 +202,7 @@ discard block |
||
202 | 202 | } |
203 | 203 | |
204 | 204 | /** |
205 | - * @return bool |
|
205 | + * @return boolean|null |
|
206 | 206 | */ |
207 | 207 | private function writeAggregations() |
208 | 208 | { |
@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | * @param Property $property |
268 | 268 | * @param string $key |
269 | 269 | * @param Exception $notFoundException |
270 | - * @return Codepoint\Range[] |
|
270 | + * @return Codepoint\Range\Collection |
|
271 | 271 | * @throws Exception |
272 | 272 | */ |
273 | 273 | private function resolveCodepointsByProperty(Property $property, $key, Exception $notFoundException) |