Passed
Push — addSwissHolidays ( 5b5732...fb9085 )
by Andreas
06:41 queued 05:09
created
src/CalendarDayFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@
 block discarded – undo
48 48
             ));
49 49
         }
50 50
         $calendar = IntlCalendar::createInstance('UTC', '@calendar=' . $calendar);
51
-		if (null === $calendar) {
52
-			throw new UnexpectedValueException('Expected instance of IntlCalendar, got null');
53
-		}
51
+        if (null === $calendar) {
52
+            throw new UnexpectedValueException('Expected instance of IntlCalendar, got null');
53
+        }
54 54
 
55 55
         return new CalendarDay($day, $month, $calendar);
56 56
     }
Please login to merge, or discard this patch.