Skip to content

Commit c501401

Browse files
committed
Remove comment
1 parent 9ff648c commit c501401

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tests/TestBehatTags.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ public function test_behat_tags_os(): void {
342342
break;
343343
}
344344

345-
// `PHP_OS_FAMILY` is available since PHP 7.2.
346345
$is_windows = 'Windows' === PHP_OS_FAMILY;
347346
$is_macos = 'Darwin' === PHP_OS_FAMILY;
348347
$is_linux = 'Linux' === PHP_OS_FAMILY;

0 commit comments

Comments
 (0)