Completed
Pull Request — master (#179)
by Greg
01:46
created
src/ResultWriter.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,8 @@  discard block
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * Handle the result output and status code calculation.
56
+     * @param StatusDeterminerHookDispatcher $statusCodeDispatcher
57
+     * @param ExtracterHookDispatcher $extractDispatcher
56 58
      */
57 59
     public function handle(OutputInterface $output, $result, CommandData $commandData, $statusCodeDispatcher = null, $extractDispatcher = null)
58 60
     {
@@ -167,7 +169,7 @@  discard block
 block discarded – undo
167 169
      * @param int $status
168 170
      * @param string $structuredOutput
169 171
      * @param mixed $originalResult
170
-     * @return type
172
+     * @return integer
171 173
      */
172 174
     protected function writeErrorMessage($output, $status, $structuredOutput, $originalResult)
173 175
     {
Please login to merge, or discard this patch.