Completed
Push — master ( 48e6ef...c5bbe8 )
by Giacomo "Mr. Wolf"
08:19 queued 06:33
created
src/Audiens/Entity/Audience.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $obj = new stdClass();
56 56
 
57 57
         $obj->segmentId = $this->segmentId;
58
-        $obj->date = $this->date ? $this->date->format('c'): null;
58
+        $obj->date = $this->date ? $this->date->format('c') : null;
59 59
         $obj->total = $this->total;
60 60
 
61 61
         return $obj;
Please login to merge, or discard this patch.