file_cron() has incorrect hook documentation
/**
* Implements file_cron()
*/
function file_cron() {
Should be replaced with:
/**
* Implements hook_cron()
*/
function file_cron() {
Beta phase evaluation
| Issue category | Bug because doc is wrong for file_cron(). |
|---|---|
| Issue priority | Normal because its self-contained. |
| Unfrozen changes | Unfrozen because documentation is unfrozen. |
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2523048-file_cron-phpdoc-5.patch | 399 bytes | dpi |
| #1 | 2523048-file_cron-phpdoc.patch | 398 bytes | dpi |
Comments
Comment #1
dpiComment #4
cilefen commentedYou need a period at the end of this comment.
Comment #5
dpiDone.
Comment #6
Anonymous (not verified) commentedGood find! Added beta eval.
Comment #7
cilefen commentedComment #8
webchickNice catch.
Committed and pushed to 8.0.x. Thanks!
Comment #11
dpi