Update src/StaticPHP/Package/PhpExtensionPackage.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jerry Ma 2026-02-27 09:18:28 +08:00 committed by GitHub
parent e9279940d7
commit da1f348daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@ class PhpExtensionPackage extends Package
/**
* Run smoke test for the extension on Unix CLI.
* Override this method in a subclass
* Override this method in a subclass.
*/
public function runSmokeTestCliUnix(): void
{