Completed
Push — master ( d88bc8...7fca1c )
by Beñat
03:02
created
Infrastructure/Lin3sAdminBundle/Action/Type/TranslateActionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         }
51 51
         $entityName = $config->name();
52 52
         $this->checkFormIsPassed($options);
53
-        $id = (string)$config->id($entity); // Ensure the id is scalar, not VO
53
+        $id = (string) $config->id($entity); // Ensure the id is scalar, not VO
54 54
         $locale = $request->query->get('locale');
55 55
 
56 56
 //        TODO: Check if locale is defined in the bundle configuration
Please login to merge, or discard this patch.