Closed GoogleCodeExporter closed 8 years ago
Is it complaining because there is missing phpdoc-comments for functions or
because they are incorrect (missing @param-lines, incorrect @param-lines, etc.)?
Incorrect phpdoc-comments should certainly be fixed, and patches for that would
certainly be welcome.
Whether you want to add phpdoc-comments where they are missing is up to you - I
would almost certainly accept such a patch, but I don't think I will force
people to always add phpdoc-comments to functions, which means that new
warnings will appear (if phpStorm gives warnings when it doesn't have any
information about the parameters).
Original comment by olavmrk@gmail.com
on 2 Dec 2011 at 10:54
Mainly what I've seen is that the @param's and @return's have a description but
don't define a data type first. Then it thinks the first word in the
description is the data type, like "The". Missing phpdoc-comments don't appear
to be an issue, phpStorm has code intelligence and can figure it out.
When I get some time, I'll download a fresh copy, fix any issues and attach a
patch here. Thanks
Original comment by pan...@traileyes.com
on 2 Dec 2011 at 3:35
Original issue reported on code.google.com by
pan...@traileyes.com
on 23 Nov 2011 at 4:46