Passed
Push — master ( 5651fb...b03475 )
by Sebastiaan
04:23 queued 39s
created
src/Event.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@  discard block
 block discarded – undo
100 100
      */
101 101
     public $description;
102 102
 
103
+    /**
104
+     * @param string $command
105
+     */
103 106
     public function __construct(/* string */ $command)
104 107
     {
105 108
         Assert::stringNotEmpty($command);
@@ -201,7 +204,6 @@  discard block
 block discarded – undo
201 204
     /**
202 205
      * Do not allow the event to overlap each other.
203 206
      *
204
-     * @param  string|int $safe_duration
205 207
      *
206 208
      * @return $this
207 209
      */
@@ -532,7 +534,7 @@  discard block
 block discarded – undo
532 534
     /**
533 535
      * Set the days of the week the command should run on.
534 536
      *
535
-     * @param  array|mixed  $days
537
+     * @param  integer  $days
536 538
      * @return $this
537 539
      */
538 540
     public function days($days)
Please login to merge, or discard this patch.