Passed
Push — develop ( e091bc...cf0cee )
by
unknown
01:07
created
Controller/PlayerChartController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     {
26 26
 
27 27
         /** @var \VideoGamesRecords\CoreBundle\Model\Api\PlayerChart $object */
28
-        $object =  $this->get('serializer')->deserialize($request->getContent(), 'VideoGamesRecords\CoreBundle\Model\Api\PlayerChart', 'json');
28
+        $object = $this->get('serializer')->deserialize($request->getContent(), 'VideoGamesRecords\CoreBundle\Model\Api\PlayerChart', 'json');
29 29
 
30 30
         //@todo get idPlayer From Authentification
31 31
         $idPlayer = $object->getIdPlayer();
Please login to merge, or discard this patch.