mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
what the frick is going on with my phpstorm
This commit is contained in:
@@ -117,8 +117,7 @@ $final_libs = trim($with_libs, $trim_value);
|
||||
|
||||
if (PHP_OS_FAMILY === 'Windows') {
|
||||
$final_extensions_cmd = '"' . $final_extensions . '"';
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$final_extensions_cmd = $final_extensions;
|
||||
}
|
||||
|
||||
@@ -176,8 +175,7 @@ if ($shared_extensions) {
|
||||
$shared_cmd = '';
|
||||
break;
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$shared_cmd = '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user