Skip to content

Commit 2b4eb71

Browse files
committed
what the frick is going on with my phpstorm
1 parent 9a3ce77 commit 2b4eb71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/globals/test-extensions.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ function _getCombination(string $type = 'common'): string
117117

118118
if (PHP_OS_FAMILY === 'Windows') {
119119
$final_extensions_cmd = '"' . $final_extensions . '"';
120-
}
121-
else {
120+
} else {
122121
$final_extensions_cmd = $final_extensions;
123122
}
124123

@@ -176,8 +175,7 @@ function quote2(string $param): string
176175
$shared_cmd = '';
177176
break;
178177
}
179-
}
180-
else {
178+
} else {
181179
$shared_cmd = '';
182180
}
183181

0 commit comments

Comments
 (0)