Passed
Pull Request — main (#113)
by Andreas
04:07 queued 02:32
created
src/CalendarDay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
 		$day = $cal->toDateTime();
117 117
 		$day->modify($direction . ' ' . $modifiedDay);
118 118
 		$cal->setTime($day->getTimestamp() * 1000);
119
-		$cal2         = clone $this->calendar;
119
+		$cal2 = clone $this->calendar;
120 120
 		$cal2->setTime($dateTime->getTimestamp() * 1000);
121 121
 
122 122
 		if (null !== $this->year && $cal->get(IntlCalendar::FIELD_YEAR) !== $cal2->get(IntlCalendar::FIELD_YEAR)) {
Please login to merge, or discard this patch.