Skip to content

Commit 63da4e8

Browse files
committed
lint fix
1 parent fc0c676 commit 63da4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Context/FeatureContext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ public static function get_bin_path(): ?string {
421421
*
422422
* @return bool
423423
*/
424-
static private function is_windows(): bool {
425-
return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
424+
private static function is_windows(): bool {
425+
return strtoupper( substr( PHP_OS, 0, 3 ) ) === 'WIN';
426426
}
427427

428428
/**

0 commit comments

Comments
 (0)