Skip to content

Commit d69b14c

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 82bc668 + be399e5 commit d69b14c

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)