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 e3ff1ef commit 90c5202Copy full SHA for 90c5202
src/OS.php
@@ -73,7 +73,7 @@ public static function isWin(): bool
73
*/
74
public static function isWindows(): bool
75
{
76
- return stripos(self::name(), 'WIN') !== false;
+ return stripos(self::name(), 'Windows') !== false;
77
}
78
79
/**
0 commit comments