Completed
Push — master ( 182813...9c579d )
by Thibaud
20:36 queued 18:15
created
src/Component/Helper/MetadataHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,7 @@
 block discarded – undo
44 44
 
45 45
         try {
46 46
             return $this->fieldsMap->getFieldName($alias, $locale);
47
-        }
48
-        catch (\OutOfBoundsException $exception) {
47
+        } catch (\OutOfBoundsException $exception) {
49 48
             if ($locale !== $this->defaultLocale) {
50 49
                 return $this->getFieldName($alias, $this->defaultLocale);
51 50
             }
Please login to merge, or discard this patch.