mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
cs fix
This commit is contained in:
parent
430364aacd
commit
83dae09208
@ -5,7 +5,6 @@ declare(strict_types=1);
|
||||
namespace SPC\util;
|
||||
|
||||
use SPC\builder\linux\SystemUtil;
|
||||
use SPC\exception\WrongUsageException;
|
||||
use SPC\toolchain\ClangNativeToolchain;
|
||||
use SPC\toolchain\GccNativeToolchain;
|
||||
use SPC\toolchain\MuslToolchain;
|
||||
@ -17,7 +16,7 @@ use SPC\toolchain\ToolchainManager;
|
||||
*/
|
||||
class SPCTarget
|
||||
{
|
||||
const array LIBC_LIST = ['musl', 'glibc'];
|
||||
public const array LIBC_LIST = ['musl', 'glibc'];
|
||||
|
||||
/**
|
||||
* Returns whether we link the C runtime in statically.
|
||||
|
||||
@ -4,7 +4,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace SPC\Tests\util;
|
||||
|
||||
use SPC\exception\WrongUsageException;
|
||||
use SPC\util\SPCTarget;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user