mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
refactor download
This commit is contained in:
@@ -39,4 +39,10 @@ class CheckResult
|
||||
{
|
||||
return empty($this->message);
|
||||
}
|
||||
|
||||
public function setFixItem(string $fix_item = '', array $fix_params = [])
|
||||
{
|
||||
$this->fix_item = $fix_item;
|
||||
$this->fix_params = $fix_params;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user