Completed
Push — master ( e70925...b92dd8 )
by Beñat
02:40
created
Infrastructure/LIN3SAdminBundle/Action/Type/RemoveTranslationActionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
     public function execute($entity, EntityConfiguration $config, Request $request, $options = null)
46 46
     {
47
-        $id = (string)$this->getEntityId($entity, $config);
47
+        $id = (string) $this->getEntityId($entity, $config);
48 48
         if (!$entity) {
49 49
             throw new NotFoundHttpException(
50 50
                 sprintf('The translatable with %s id does not exist', $id)
Please login to merge, or discard this patch.