Completed
Push — master ( e42e5d...7f18dd )
by Mark
03:30 queued 10s
created
src/Console/Shell.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -621,7 +621,7 @@  discard block
 block discarded – undo
621 621
      * Safely access the values in $this->params.
622 622
      *
623 623
      * @param string $name The name of the parameter to get.
624
-     * @return string|bool|null Value. Will return null if it doesn't exist.
624
+     * @return string|boolean Value. Will return null if it doesn't exist.
625 625
      */
626 626
     public function param($name)
627 627
     {
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
677 677
     /**
678 678
      * Output at the verbose level.
679 679
      *
680
-     * @param string|string[] $message A string or an array of strings to output
680
+     * @param string $message A string or an array of strings to output
681 681
      * @param int $newlines Number of newlines to append
682 682
      * @return int|bool The number of bytes returned from writing to stdout.
683 683
      */
@@ -982,7 +982,7 @@  discard block
 block discarded – undo
982 982
      * Stop execution of the current script.
983 983
      * Raises a StopException to try and halt the execution.
984 984
      *
985
-     * @param int|string $status see https://secure.php.net/exit for values
985
+     * @param integer $status see https://secure.php.net/exit for values
986 986
      * @throws \Cake\Console\Exception\StopException
987 987
      * @return void
988 988
      */
Please login to merge, or discard this patch.