This commit is contained in:
crazywhalecc
2025-12-04 10:54:05 +08:00
parent daa87e1350
commit 71d803d36f
2 changed files with 16 additions and 16 deletions

View File

@@ -493,7 +493,7 @@ class Artifact
* Emit all after binary extract callbacks for the specified platform.
*
* @param null|string $target_path The directory where binary was extracted
* @param string $platform The platform string (e.g., 'linux-x86_64')
* @param string $platform The platform string (e.g., 'linux-x86_64')
*/
public function emitAfterBinaryExtract(?string $target_path, string $platform): void
{