Passed
Push — master ( 4508e2...fbf1f0 )
by Luiz Kim
09:19 queued 06:46
created
src/Service/ExtraDataService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
             $this->discoveryIdentifier($entity);
67 67
             $this->discoveryUser($entity);
68 68
         } else {
69
-            $json =       json_decode($this->request->getContent(), true);
69
+            $json = json_decode($this->request->getContent(), true);
70 70
             $extra_data = isset($json['extra-data']) ? $json['extra-data'] : null;
71 71
             if (!$extra_data)
72 72
                 return;
Please login to merge, or discard this patch.