Completed
Push — master ( 11c9b6...2b5f0a )
by Greg
03:59
created
src/CommandProcessor.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.