Completed
Pull Request — master (#97)
by
unknown
02:22
created
src/CommandProcessor.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
      * @param int $status
302 302
      * @param string $structuredOutput
303 303
      * @param mixed $originalResult
304
-     * @return type
304
+     * @return integer
305 305
      */
306 306
     protected function writeErrorMessage($output, $status, $structuredOutput, $originalResult)
307 307
     {
@@ -331,6 +331,7 @@  discard block
 block discarded – undo
331 331
     /**
332 332
      * If a status code was set, then return it; otherwise,
333 333
      * presume success.
334
+     * @param null|integer $status
334 335
      */
335 336
     protected function interpretStatusCode($status)
336 337
     {
Please login to merge, or discard this patch.