Generating phpdoc from the command line

Hello.
With the introduction of phpStorm new inspection to track unhandled exceptions, there was a need to automate this check for our project. For the correct automation of the verification, we need to perform not only an inspection, but also an automatic generation of the phpDoc documentation of all methods, and all this done using console commands. This feature is available for code inspection, but unfortunately there is no way to automatically install the documentation .... Tell me, is it planned to add the possibility of automatic phpDoc generation using console commands?

P.S.
When I talk about console commands, I mean this practice: https://www.jetbrains.com/help/phpstorm/command-line-code-inspector.html

0
2 comments
Avatar
Permanently deleted user

Hello,

PhpStorm can only inspect the code via command line but cannot apply fixes automatically.

I can't recall anybody asking for changing code via command line except formatting it so feel free to submit the feature request to our tracking system here: http://youtrack.jetbrains.com/issues/WI#newissue=yes .

1
Avatar
Permanently deleted user

Hello,

thanks for the tip, I created a ticket(https://youtrack.jetbrains.com/issue/WI-39807). I will monitor its status.

0

Please sign in to leave a comment.