mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
phpstan fix
This commit is contained in:
parent
ca9dc25f9a
commit
368461d1ad
@ -88,8 +88,6 @@ class SystemTarget
|
|||||||
/**
|
/**
|
||||||
* Returns the target architecture, e.g. x86_64, aarch64.
|
* Returns the target architecture, e.g. x86_64, aarch64.
|
||||||
* Currently, we only support 'x86_64' and 'aarch64' and both can only be built natively.
|
* Currently, we only support 'x86_64' and 'aarch64' and both can only be built natively.
|
||||||
*
|
|
||||||
* @return 'aarch64'|'x86_64'
|
|
||||||
*/
|
*/
|
||||||
public static function getTargetArch(): string
|
public static function getTargetArch(): string
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user