Completed
Pull Request — master (#828)
by
unknown
05:14
created
Bundle/BusinessEntityBundle/EventSubscriber/BusinessEntitySubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
         $entity = $eventArgs->getEntity();
246 246
 
247 247
         //if entity is a translation, get its translatable entity
248
-        if(method_exists($entity, 'getTranslatable')) {
248
+        if (method_exists($entity, 'getTranslatable')) {
249 249
             $entity = $entity->getTranslatable();
250 250
         }
251 251
 
Please login to merge, or discard this patch.