Completed
Push — wip-locale ( e03c94...6fcc3a )
by
unknown
02:43
created
src/Translator/LibrinfoLabelTranslatorStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,6 +65,6 @@
 block discarded – undo
65 65
         $label = $this->cleanStr($label); /* if there is still some \ */
66 66
         $label = sprintf('%s', strtolower(preg_replace('~(?<=\\w)([A-Z])~', '_$1', $label)));
67 67
 
68
-        return $this->namePrefix . '.' .$this->nameFix . '.' . $label;
68
+        return $this->namePrefix . '.' . $this->nameFix . '.' . $label;
69 69
     }
70 70
 }
Please login to merge, or discard this patch.