mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Typo
This commit is contained in:
parent
fefcbf4029
commit
910f10a1dd
@ -10,7 +10,7 @@ use StaticPHP\Util\System\LinuxUtil;
|
||||
|
||||
class OSCheck
|
||||
{
|
||||
#[CheckItem('if current OS are supported', level: 1000)]
|
||||
#[CheckItem('if current OS is supported', level: 1000)]
|
||||
public function checkOS(): ?CheckResult
|
||||
{
|
||||
if (!in_array(PHP_OS_FAMILY, ['Darwin', 'Linux', 'Windows'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user