Passed
Push — master ( 0f1b58...ebd745 )
by Alec
10:46 queued 08:05
created
src/Helpers/time/time.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,7 @@
 block discarded – undo
38 38
 {
39 39
     return
40 40
         is_int($time) ?
41
-            Carbon::createFromTimestamp($time, $tz) :
42
-            new Carbon($time, $tz);
41
+            Carbon::createFromTimestamp($time, $tz) : new Carbon($time, $tz);
43 42
 }
44 43
 
45 44
 /**
Please login to merge, or discard this patch.