PHPStorm PHPDoc - int to integer
Answered
Hello
Is there a way to configure the auto-generated phpdoc to use `integer` rather than `int` - our coding standards require `integer`
Thanks
Please sign in to leave a comment.
Hi there,
In any case: this WI-30774 ticket asks for such int -> integer normalizing ... but as per comment there it should actually do other way around (so it's in line with the above points).
Right now there is no such option and it's pretty unlikely that it will appear (in the way you are after).
P.S. Actually it was requested in the past and was declined : https://youtrack.jetbrains.com/issue/WI-32615 --> https://youtrack.jetbrains.com/issue/WI-18581 (to use the same what native PHP types use)
Thanks Andriy, appreciate the detailed reply