Completed
Push — dev ( 9cf0b1...a19539 )
by Zach
02:13
created
src/Helpers/Str.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.