Passed
Push — master ( 9c45b0...5a5557 )
by Francis
01:26
created
src/LiveStream/Resources/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         if ($init) {
26 26
             $this->data = new stdClass();
27
-            $this->data->fullName  = $fullName;
27
+            $this->data->fullName = $fullName;
28 28
         }
29 29
     }
30 30
 
Please login to merge, or discard this patch.