We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6a1c87 + b883198 commit 0aff294Copy full SHA for 0aff294
1 file changed
src/uwurandom.php
@@ -176,6 +176,6 @@ function uwu_scrunkly($length)
176
$last = $random;
177
}
178
179
- return implode($out);
+ return implode(" ", $out);
180
181
0 commit comments