phpstan-drupal icon indicating copy to clipboard operation
phpstan-drupal copied to clipboard

DeprecatedHookImplementation should infer hook name from Phpdoc

Open mglaman opened this issue 2 years ago • 0 comments

Feature request

Drupal coding standards force Implements ..., which allows us to derive the hook name properly. Useful for dynamic hook names like hook_field_widget_WIDGET_TYPE_form_alter

mglaman avatar Nov 14 '23 22:11 mglaman