Passed
Push — master ( 68c176...9724fd )
by Francis
01:31
created
src/LiveStream/Resources/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     {
19 19
         parent::__construct($init);
20 20
         if ($init)
21
-            $this->data->fullName  = $fullName;
21
+            $this->data->fullName = $fullName;
22 22
     }
23 23
 
24 24
     /**
Please login to merge, or discard this patch.