mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
linter
This commit is contained in:
parent
4b8412dfdb
commit
b91c83b6cd
@ -11,7 +11,6 @@ use SPC\exception\FileSystemException;
|
|||||||
use SPC\exception\RuntimeException;
|
use SPC\exception\RuntimeException;
|
||||||
use SPC\exception\WrongUsageException;
|
use SPC\exception\WrongUsageException;
|
||||||
use SPC\store\Config;
|
use SPC\store\Config;
|
||||||
use SPC\store\FileSystem;
|
|
||||||
use Symfony\Component\Console\Input\ArgvInput;
|
use Symfony\Component\Console\Input\ArgvInput;
|
||||||
|
|
||||||
class SPCConfigUtil
|
class SPCConfigUtil
|
||||||
@ -32,6 +31,7 @@ class SPCConfigUtil
|
|||||||
* @param array $libraries Additional library name list
|
* @param array $libraries Additional library name list
|
||||||
* @param bool $include_suggest_ext Include suggested extensions
|
* @param bool $include_suggest_ext Include suggested extensions
|
||||||
* @param bool $include_suggest_lib Include suggested libraries
|
* @param bool $include_suggest_lib Include suggested libraries
|
||||||
|
* @param mixed $with_dependencies
|
||||||
* @return array{
|
* @return array{
|
||||||
* cflags: string,
|
* cflags: string,
|
||||||
* ldflags: string,
|
* ldflags: string,
|
||||||
@ -127,8 +127,7 @@ class SPCConfigUtil
|
|||||||
$short_name[] = $requiredLib;
|
$short_name[] = $requiredLib;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
$short_name[] = $this->getShortLibName($lib);
|
$short_name[] = $this->getShortLibName($lib);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user