@@ -260,6 +260,7 @@ discard block |
||
260 | 260 | |
261 | 261 | /** |
262 | 262 | * Test to see if the stipulated format exists |
263 | + * @param string $format |
|
263 | 264 | */ |
264 | 265 | public function hasFormatter($format) |
265 | 266 | { |
@@ -335,6 +336,9 @@ discard block |
||
335 | 336 | return $structuredOutput; |
336 | 337 | } |
337 | 338 | |
339 | + /** |
|
340 | + * @param \ReflectionClass $structuredOutput |
|
341 | + */ |
|
338 | 342 | protected function canSimplifyToArray($structuredOutput) |
339 | 343 | { |
340 | 344 | foreach ($this->arraySimplifiers as $simplifier) { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | } |
17 | 17 | |
18 | 18 | /** |
19 | - * @param ReflectionClass $dataType |
|
19 | + * @param \ReflectionClass $dataType |
|
20 | 20 | */ |
21 | 21 | public function canSimplify(\ReflectionClass $dataType) |
22 | 22 | { |