phpstan-drupal
phpstan-drupal copied to clipboard
Provide parameter type inspection for form alter hooks
Make sure hooks which implement hook_form_alter have correct parameter types.
hook_form_alter:
array $formFormStateInterface $form_statestring $form_id
Note: strict rule idea, not added by default, but rejects hook_form_alter where $form_id is not used.
hook_form_FORM_ID_alter
array $formFormStateInterface $form_state