mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
phpstan fix
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user