@@ -62,7 +62,7 @@ |
||
| 62 | 62 | public static function appendWith($value, $append, $with) |
| 63 | 63 | { |
| 64 | 64 | if (!empty($append)) { |
| 65 | - return rtrim($value, $with) . $with . ltrim($append, $with); |
|
| 65 | + return rtrim($value, $with).$with.ltrim($append, $with); |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | return $value; |