Completed
Push — master ( 9f51f9...fbe46f )
by
unknown
02:37
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, Entity $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.