Passed
Push — master ( 92054c...3577c6 )
by Andrey
04:17
created
src/Traits/DateTimes.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,8 @@
 block discarded – undo
54 54
         }
55 55
 
56 56
         if (! $this->dateTime) {
57
-          $this->dateTime = Carbon::now()->format($this->format);
58
-          $this->methodProperties['DateTime'] = $this->dateTime;
57
+            $this->dateTime = Carbon::now()->format($this->format);
58
+            $this->methodProperties['DateTime'] = $this->dateTime;
59 59
         }
60 60
 
61 61
         return $this;
Please login to merge, or discard this patch.