Completed
Push — master ( 13dd2b...8449af )
by Greg
02:46
created
src/CommandProcessor.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,6 +103,9 @@  discard block
 block discarded – undo
103 103
         return $this->processResults($names, $result, $args, $annotationData);
104 104
     }
105 105
 
106
+    /**
107
+     * @param AnnotationData $annotationData
108
+     */
106 109
     public function processResults($names, $result, $args, $annotationData)
107 110
     {
108 111
         return $this->hookManager()->alterResult($names, $result, $args, $annotationData);
@@ -160,7 +163,7 @@  discard block
 block discarded – undo
160 163
      * should select the output format that is most appropriate
161 164
      * for use in scripts (e.g. to pipe to another command).
162 165
      *
163
-     * @return string
166
+     * @return boolean
164 167
      */
165 168
     protected function getFormat($options)
166 169
     {
@@ -215,7 +218,7 @@  discard block
 block discarded – undo
215 218
      * @param int $status
216 219
      * @param string $structuredOutput
217 220
      * @param mixed $originalResult
218
-     * @return type
221
+     * @return integer
219 222
      */
220 223
     protected function writeErrorMessage($output, $status, $structuredOutput, $originalResult)
221 224
     {
Please login to merge, or discard this patch.