Completed
Push — master ( 9c0899...c3d528 )
by Vojta
09:15 queued 56s
created
classes/TimeDiffTranslator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,11 +7,11 @@
 block discarded – undo
7 7
 {
8 8
     public function trans($id, array $parameters = [], $domain = 'messages', $locale = null)
9 9
     {
10
-        return $this->get('vojtasvoboda.twigextensions::lang.' . $id, $parameters, $locale);
10
+        return $this->get('vojtasvoboda.twigextensions::lang.'.$id, $parameters, $locale);
11 11
     }
12 12
 
13 13
     public function transChoice($id, $number, array $parameters = [], $domain = 'messages', $locale = null)
14 14
     {
15
-        return $this->choice('vojtasvoboda.twigextensions::lang.' . $id, $number, $parameters, $locale);
15
+        return $this->choice('vojtasvoboda.twigextensions::lang.'.$id, $number, $parameters, $locale);
16 16
     }
17 17
 }
Please login to merge, or discard this patch.