Passed
Push — master ( 151829...e135ef )
by Francis
02:02
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.