Issue link: http://drupal.org/node/224333#implementation_hook_comment
Added to coder_upgrade_upgrade_hook_alter()
// Update document comment. $item->comment = preg_replace('@\*\s+[iI]mplement.*?(hook_.*?)(\(\)|)(\.|)$@m', "* Implements $1().", $item->comment);
Automatically closed -- issue fixed for 2 weeks with no activity.
Restoring issue tags, see #2125755: System messages removed all issue tags during D7 upgrade.
Comments
Comment #1
solotandem commentedAdded to coder_upgrade_upgrade_hook_alter()
// Update document comment.
$item->comment = preg_replace('@\*\s+[iI]mplement.*?(hook_.*?)(\(\)|)(\.|)$@m', "* Implements $1().", $item->comment);