Consistently return void
parent
e61b559eb2
commit
c5ce4de89e
|
@ -310,7 +310,9 @@ class Filesystem
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!function_exists('proc_open')) {
|
if (!function_exists('proc_open')) {
|
||||||
return $this->copyThenRemove($source, $target);
|
$this->copyThenRemove($source, $target);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Platform::isWindows()) {
|
if (Platform::isWindows()) {
|
||||||
|
|
Loading…
Reference in New Issue