From 089ae56f0b78205ed9aaa381252f3bb5781eb2af Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Thu, 23 Apr 2026 12:47:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(php):=20=E4=BF=AE=E6=AD=A3=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=96=87=E4=BB=B6=E7=9A=84=E6=97=A5=E5=BF=97=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将日志消息从 'generate stub file' 更改为 'generate ArgInfo file' --- src/Php/Translator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Php/Translator.php b/src/Php/Translator.php index ce9377e9..ec9074bb 100644 --- a/src/Php/Translator.php +++ b/src/Php/Translator.php @@ -1235,7 +1235,7 @@ CODE; { $headerFile = $this->getArgInfoHeaderFile($file, true); - $this->climate->info('generate stub file: ' . $this->getRelativePath($file)); + $this->climate->info('generate arginfo file: ' . $this->getRelativePath($file)); generateStubFile($file, $this->getIncludeDir() . '/' . $headerFile, true); if ($this->useRegisterSymbolsFn) {