Completed
Push — wip-locale ( 59a11b...68aec2 )
by
unknown
04:06 queued 01:05
created
src/Translator/LibrinfoLabelTranslatorStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     
31 31
     public function __construct($prefix = 'Blast\CoreBundle')
32 32
     {
33
-        $this->namePrefix =  strtolower(str_replace('\\', '.', $prefix));
33
+        $this->namePrefix = strtolower(str_replace('\\', '.', $prefix));
34 34
     }
35 35
     
36 36
     /**
Please login to merge, or discard this patch.