backdrop-contrib / coder_review

"Developer module" which reviews your code identifying coding style problems and where updates to the API are required.
GNU General Public License v2.0
1 stars 7 forks source link

Incorrect notice for @see function_name() #19

Open alanmels opened 3 years ago

alanmels commented 3 years ago

Even-though comment lines like this contain function name including ():

* @see PollTestCase::_pollGenerateEdit().

it always gives a notice:

Line 135: @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). (Backdrop Docs) [comment_comment_see]