Passed
Push — master ( 6da401...0c6759 )
by Luiz Kim
02:52
created
src/Service/ExtraDataService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     private function persistData($entity = null)
61 61
     {
62 62
 
63
-        $json =       json_decode($this->request->getContent(), true);
63
+        $json = json_decode($this->request->getContent(), true);
64 64
         $extra_data = isset($json['extra-data']) ? $json['extra-data'] : null;
65 65
 
66 66
         if (!$extra_data)
Please login to merge, or discard this patch.