Completed
Push — master ( 9ea0a0...136b8b )
by Julián
04:20
created
src/Janitor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * @param array $watchers
38 38
      * @param array $excluders
39
-     * @param Janitor\Strategy $strategy
39
+     * @param Strategy $strategy
40 40
      */
41 41
     public function __construct(array $watchers = [], array $excluders = [], Strategy $strategy = null)
42 42
     {
Please login to merge, or discard this patch.
src/Watcher/Scheduled/Cron.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
     protected $interval;
76 76
 
77 77
     /**
78
-     * @param \Cron\CronExpression|string $expression
79
-     * @param \DateInterval|string $interval
78
+     * @param string $expression
79
+     * @param string $interval
80 80
      * @param mixed $timeZone
81 81
      */
82 82
     public function __construct($expression, $interval, $timeZone = null)
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
     /**
239 239
      * Get maintenance interval.
240 240
      *
241
-     * @return \DateInterval
241
+     * @return string
242 242
      */
243 243
     public function getInterval()
244 244
     {
Please login to merge, or discard this patch.