Completed
Push — develop ( 0256a8...a8d0b2 )
by Alec
03:24
created
src/Helpers/time/time.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 {
30 30
     return
31 31
         \is_int($time) ?
32
-            \Carbon\Carbon::createFromTimestamp($time, $tz) :
33
-            new \Carbon\Carbon($time, $tz);
32
+            \Carbon\Carbon::createFromTimestamp($time, $tz) : new \Carbon\Carbon($time, $tz);
34 33
 }
35 34
 
36 35
 /**
Please login to merge, or discard this patch.