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