According to API documentation and comment standards, "@return bool" is the proper way to document a function that returns a boolean value. Most of core does this, some functions however use "@return boolean". This patch fixes those wrong instances, and affects only documentation comments.
Beta phase evaluation
| Unfrozen changes | Unfrozen because it only changes documentation. |
|---|
| Comment | File | Size | Author |
|---|---|---|---|
| return-boolean.patch | 13.41 KB | tr |
Comments
Comment #1
dawehnerSmall steps +1
Comment #2
jhodgdon+1, thanks!
Comment #3
webchickNice catch!
Committed and pushed to 8.0.x. Thanks!