Completed
Push — master ( 2b388d...efdfbc )
by Ron
02:15 queued 01:02
created
src/Common/IntervalParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
35 35
 	
36 36
 	/**
37 37
 	 * @param $interval
38
-	 * @param DateTimeInterface|null $now
39
-	 * @return Generator|DateTimeImmutable
38
+	 * @param DateTimeInterface $now
39
+	 * @return Generator
40 40
 	 */
41 41
 	private static function parse($interval, DateTimeInterface $now) {
42 42
 		if(is_array($interval)) {
Please login to merge, or discard this patch.