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) {