Skip to content

Commit 485f1f7

Browse files
committed
test function
1 parent 53961e1 commit 485f1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private static function getCurrentVersion(): string
7171

7272
private static function detectPlatform($testing = false): string
7373
{
74-
if ($testing) {
74+
if ($testing === true) {
7575
return 'unsupported-platform';
7676
}
7777
$os = strtolower(PHP_OS);

0 commit comments

Comments
 (0)