Skip to content

Commit be399e5

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 7e651c5 + 0f6bbf1 commit be399e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check-cmake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function options(array $overrides = [], array $argv = []): array
113113
}
114114
}
115115

116-
if (array_key_exists('path', $options) && $options['path'] === null) {
116+
if (array_key_exists('path', $options) && null === $options['path']) {
117117
$options['path'] = realpath(__DIR__ . '/..');
118118
}
119119

0 commit comments

Comments
 (0)