We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0c676 commit 63da4e8Copy full SHA for 63da4e8
1 file changed
src/Context/FeatureContext.php
@@ -421,8 +421,8 @@ public static function get_bin_path(): ?string {
421
*
422
* @return bool
423
*/
424
- static private function is_windows(): bool {
425
- return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
+ private static function is_windows(): bool {
+ return strtoupper( substr( PHP_OS, 0, 3 ) ) === 'WIN';
426
}
427
428
/**
0 commit comments