Completed
Pull Request — master (#13)
by
unknown
03:12
created
src/Strings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -883,5 +883,5 @@
 block discarded – undo
883 883
  */
884 884
 function reverse($input)
885 885
 {
886
-	return strrev($input);
886
+    return strrev($input);
887 887
 }
Please login to merge, or discard this patch.