@@ -120,6 +120,9 @@ discard block |
||
| 120 | 120 | return $this->processResults($names, $result, $args, $annotationData); |
| 121 | 121 | } |
| 122 | 122 | |
| 123 | + /** |
|
| 124 | + * @param AnnotationData $annotationData |
|
| 125 | + */ |
|
| 123 | 126 | public function processResults($names, $result, $args, $annotationData) |
| 124 | 127 | { |
| 125 | 128 | return $this->hookManager()->alterResult($names, $result, $args, $annotationData); |
@@ -250,7 +253,7 @@ discard block |
||
| 250 | 253 | * @param int $status |
| 251 | 254 | * @param string $structuredOutput |
| 252 | 255 | * @param mixed $originalResult |
| 253 | - * @return type |
|
| 256 | + * @return integer |
|
| 254 | 257 | */ |
| 255 | 258 | protected function writeErrorMessage($output, $status, $structuredOutput, $originalResult) |
| 256 | 259 | { |