Completed
Push — master ( 9a9839...8a0e23 )
by Michal
03:29
created
src/Translator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
                     $res .= ') : (';
167 167
                     break;
168 168
                 case ';':
169
-                    $res .= str_repeat(')', $p) . ';';
169
+                    $res .= str_repeat(')', $p).';';
170 170
                     $p = 0;
171 171
                     break;
172 172
                 default:
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
         if ($res === ';') {
178 178
             return $res;
179 179
         }
180
-        return '$plural = ' . $res;
180
+        return '$plural = '.$res;
181 181
     }
182 182
 
183 183
     /**
Please login to merge, or discard this patch.