Completed
Pull Request — wip-lisem (#51)
by
unknown
07:55 queued 05:15
created
src/Translator/LibrinfoLabelTranslatorStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
         $label = $this->cleanStr($label); /* if there is still some \ */
81 81
         $label = sprintf('%s', strtolower(preg_replace('~(?<=\\w)([A-Z])~', '_$1', $label)));
82 82
 
83
-        $resLabel = $this->namePrefix . '.' . $this->nameFix . '.' . $context .'.' . $label;
83
+        $resLabel = $this->namePrefix . '.' . $this->nameFix . '.' . $context . '.' . $label;
84 84
         $this->doResetFix(); /* for $isTmp to true see setFix */
85 85
         $resLabel = $this->cleanStr($resLabel);
86 86
         return $resLabel;
Please login to merge, or discard this patch.