Problem/Motivation
PHPStan found a deprecation:
Line modules/custom/menu_per_role/menu_per_role.module
------ ---------------------------------------------------------------------
101 Call to deprecated method getImplementations() of class
Drupal\Core\Extension\ModuleHandlerInterface:
in drupal:9.4.0 and is removed from drupal:10.0.0. Instead you
should use ModuleHandlerInterface::invokeAllWith() for hook
invocations
or you should use ModuleHandlerInterface::hasImplementations() to
determine if hooks implementations exist.
------ ---------------------------------------------------------------------
I will also increase core requirement to 9.4
Issue fork menu_per_role-3291328
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
grimreaper