fix(php): 修正生成文件的日志消息

- 将日志消息从 'generate stub file' 更改为 'generate ArgInfo file'
pull/1/head
韩天峰 4 months ago
parent c86059217d
commit 089ae56f0b
  1. 2
      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) {

Loading…
Cancel
Save