From 2b4eb7127d75a21bbcd97bf7827a667683164bee Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 26 Jun 2025 17:39:05 +0700 Subject: [PATCH] what the frick is going on with my phpstorm --- src/globals/test-extensions.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index f2705532..3c361717 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -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 = ''; }