As you can see I'm not using hook_user below. I have explicitly prefixed the function name with an underscore to prevent false hooking, but coder complains with critical.

Line 413: hook_user has been removed in favour of hook_user_$op functions, for example hook_user_validate. (Drupal Docs)
   function _googleanalytics_visibility_user($account) {

Comments

solotandem’s picture

Component: Coder Upgrade » Review/Rules
pfrenssen’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Cannot replicate with the Coder 8.2.5.

hass’s picture

This was a problem in 7.x