False docBlock error when using empty return in a method
Brought to you by:
hkodungallur,
tchule
Originally created by: istvan.m...@gmail.com
What steps will reproduce the problem?
1. Create a function that has an empty return in it, e.g
if (...) {
return;
}
2. Create a docblock for the function with no @returns part
What is the expected output? What do you see instead?
I expect no errors, but I get an error stating I should include @returns in the docBlock
What version of the product are you using? On what operating system?
0.11.0, mac osx 10.8.2
Please provide any additional information below.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tch...@hotmail.com
(No comment was entered for this change.)
Status: Accepted
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tch...@hotmail.com
(No comment was entered for this change.)
Status: Fixed