mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
adjust tool check level
This commit is contained in:
@@ -40,7 +40,7 @@ class LinuxToolCheckList
|
|||||||
];
|
];
|
||||||
|
|
||||||
/** @noinspection PhpUnused */
|
/** @noinspection PhpUnused */
|
||||||
#[AsCheckItem('if necessary tools are installed', limit_os: 'Linux')]
|
#[AsCheckItem('if necessary tools are installed', limit_os: 'Linux', level: 999)]
|
||||||
public function checkCliTools(): ?CheckResult
|
public function checkCliTools(): ?CheckResult
|
||||||
{
|
{
|
||||||
$distro = SystemUtil::getOSRelease();
|
$distro = SystemUtil::getOSRelease();
|
||||||
|
|||||||
Reference in New Issue
Block a user