Completed
Push — master ( 136b8b...5a2345 )
by Julián
02:59
created
src/Watcher/Scheduled/Cron.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,8 +76,8 @@  discard block
 block discarded – undo
76 76
     protected $interval;
77 77
 
78 78
     /**
79
-     * @param \Cron\CronExpression|string $expression
80
-     * @param \DateInterval|string        $interval
79
+     * @param string $expression
80
+     * @param string        $interval
81 81
      * @param mixed                       $timeZone
82 82
      */
83 83
     public function __construct($expression, $interval, $timeZone = null)
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
     /**
242 242
      * Get maintenance interval.
243 243
      *
244
-     * @return \DateInterval
244
+     * @return string
245 245
      */
246 246
     public function getInterval()
247 247
     {
Please login to merge, or discard this patch.