规范代码

This commit is contained in:
thinkphp
2016-12-24 21:44:12 +08:00
parent 43b364e286
commit 18f8ee155d
5 changed files with 12 additions and 12 deletions

View File

@@ -219,7 +219,7 @@ class Console
private function getMode()
{
if (!function_exists('proc_open')) {
return null;
return;
}
$descriptorspec = [1 => ['pipe', 'w'], 2 => ['pipe', 'w']];