Completed
Push — master ( 199743...2edae1 )
by light
01:47
created
src/Event.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
     /**
429 429
      * Set the days of the week the command should run on.
430 430
      *
431
-     * @param array|int $days
431
+     * @param integer $days
432 432
      *
433 433
      * @return $this
434 434
      */
@@ -557,7 +557,7 @@  discard block
 block discarded – undo
557 557
     /**
558 558
      * Schedule the event to run every N minutes.
559 559
      *
560
-     * @param int|string $minutes
560
+     * @param integer $minutes
561 561
      *
562 562
      * @return $this
563 563
      */
Please login to merge, or discard this patch.