@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | $res .= ') : ('; |
| 191 | 191 | break; |
| 192 | 192 | case ';': |
| 193 | - $res .= str_repeat(')', $parenthesis) . ';'; |
|
| 193 | + $res .= str_repeat(')', $parenthesis).';'; |
|
| 194 | 194 | $parenthesis = 0; |
| 195 | 195 | break; |
| 196 | 196 | default: |
@@ -201,7 +201,7 @@ discard block |
||
| 201 | 201 | if ($res === ';') { |
| 202 | 202 | return $res; |
| 203 | 203 | } |
| 204 | - return '$plural = ' . $res; |
|
| 204 | + return '$plural = '.$res; |
|
| 205 | 205 | } |
| 206 | 206 | |
| 207 | 207 | /** |