Completed
Push — master ( 96a8dc...81663d )
by Michael
01:36
created
src/Date.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,7 @@
 block discarded – undo
87 87
 			if ($tz === null)
88 88
 			{
89 89
 				$tz = static::$gmt;
90
-			}
91
-			elseif (\is_string($tz))
90
+			} elseif (\is_string($tz))
92 91
 			{
93 92
 				$tz = new \DateTimeZone($tz);
94 93
 			}
Please login to merge, or discard this patch.