phpstan fix

This commit is contained in:
crazywhalecc 2026-02-06 14:27:56 +08:00
parent ca9dc25f9a
commit 368461d1ad
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -88,8 +88,6 @@ class SystemTarget
/**
* Returns the target architecture, e.g. x86_64, aarch64.
* Currently, we only support 'x86_64' and 'aarch64' and both can only be built natively.
*
* @return 'aarch64'|'x86_64'
*/
public static function getTargetArch(): string
{