Completed
Push — master ( 8af890...b7c649 )
by Lars
06:56
created
src/Stringy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1742,7 +1742,7 @@
 block discarded – undo
1742 1742
         $stringy->str = \preg_replace($pattern, '', $stringy);
1743 1743
 
1744 1744
         return $stringy->toLowerCase()->delimit($replacement)
1745
-                       ->removeLeft($replacement)->removeRight($replacement);
1745
+                        ->removeLeft($replacement)->removeRight($replacement);
1746 1746
     }
1747 1747
 
1748 1748
     /**
Please login to merge, or discard this patch.