Test Failed
Push — master ( 9ff342...fa2d9a )
by Marcio
07:29 queued 03:30
created
src/Ballybran/Helpers/Utility/Ucfirst.php 1 patch
Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -148,8 +148,4 @@
 block discarded – undo
148 148
             $string = preg_replace('/' . $slug . '{2,}/i', $slug, $string);
149 149
             $string = trim($string, $slug);
150 150
         }
151
-        return $string;
152
-    }
153
-
154
-
155
-}
151
+        return $string
156 152
\ No newline at end of file
Please login to merge, or discard this patch.