Completed
Push — master ( d4b65a...14c05b )
by Thibaud
03:51
created
src/Component/Helper/MetadataHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
             $locale = $this->defaultLocale;
82 82
         }
83 83
 
84
-        if (! $this->fieldsMap->hasAlias($field, $locale)) {
84
+        if (!$this->fieldsMap->hasAlias($field, $locale)) {
85 85
             if ($locale !== $this->defaultLocale) {
86 86
                 return $this->getStoryField($story, $field, $this->defaultLocale);
87 87
             }
Please login to merge, or discard this patch.