Passed
Push — addMultipleObservanceShifts ( def2e4...754f8a )
by Andreas
01:53
created
src/IteratorItem/Relative.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,12 +69,12 @@
 block discarded – undo
69 69
             $this->day
70 70
         ));
71 71
 
72
-		/** @var DateTimeImmutable|false $day */
72
+        /** @var DateTimeImmutable|false $day */
73 73
         $day = $day->modify($this->relation);
74 74
 
75
-		if ($day === false) {
76
-			return false;
77
-		}
75
+        if ($day === false) {
76
+            return false;
77
+        }
78 78
 
79 79
         return $date->format('Y-m-d') === $day->format('Y-m-d');
80 80
     }
Please login to merge, or discard this patch.