We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53961e1 commit 485f1f7Copy full SHA for 485f1f7
src/Platform.php
@@ -71,7 +71,7 @@ private static function getCurrentVersion(): string
71
72
private static function detectPlatform($testing = false): string
73
{
74
- if ($testing) {
+ if ($testing === true) {
75
return 'unsupported-platform';
76
}
77
$os = strtolower(PHP_OS);
0 commit comments