Fix phpstan

This commit is contained in:
crazywhalecc 2025-03-26 12:41:13 +08:00
parent 5564559192
commit 0beb97648a
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -37,7 +37,7 @@ class SPCConfigCommand extends BuildCommand
$include_suggest_ext = $this->getOption('with-suggested-exts');
$include_suggest_lib = $this->getOption('with-suggested-libs');
$util = new SPCConfigUtil(null, $this->input);
$util = new SPCConfigUtil();
$config = $util->config($extensions, $libraries, $include_suggest_ext, $include_suggest_lib);
if ($this->getOption('includes')) {