@@ -50,7 +50,7 @@ |
||
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 |