Problem/Motivation
In very specific situations (see #3508292), the $hook argument of hook_module_implements_alter() implementations can contain an integer instead of a string.
Steps to reproduce
Install both the pathauto and pathauto_update modules.
Proposed resolution
Change the type hint to allow integers.
Issue fork node_singles-3512980
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dieterholvoet commented