what the frick is going on with my phpstorm

This commit is contained in:
DubbleClick 2025-06-26 17:39:05 +07:00
parent 9a3ce775a8
commit 2b4eb7127d

View File

@ -117,8 +117,7 @@ $final_libs = trim($with_libs, $trim_value);
if (PHP_OS_FAMILY === 'Windows') { if (PHP_OS_FAMILY === 'Windows') {
$final_extensions_cmd = '"' . $final_extensions . '"'; $final_extensions_cmd = '"' . $final_extensions . '"';
} } else {
else {
$final_extensions_cmd = $final_extensions; $final_extensions_cmd = $final_extensions;
} }
@ -176,8 +175,7 @@ if ($shared_extensions) {
$shared_cmd = ''; $shared_cmd = '';
break; break;
} }
} } else {
else {
$shared_cmd = ''; $shared_cmd = '';
} }