We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c829c commit 1d301caCopy full SHA for 1d301ca
app/Platform.php
@@ -26,6 +26,8 @@ public static function temp_test_path(string $path = ''): string
26
27
public static function normalizePath(string $path): string
28
{
29
+ $path = str_replace(' ', '\ ', $path);
30
+
31
if ((new self)->isWindows()) {
32
return str_replace('\\', '/', $path);
33
}
0 commit comments