You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While https://www.drupal.org/node/3432087 should improve phpstan processing of FormBuilderInterface::getForm(), it'd be great if we could use the first argument to look up what other arguments are valid.
Feature request
While https://www.drupal.org/node/3432087 should improve phpstan processing of
FormBuilderInterface::getForm()
, it'd be great if we could use the first argument to look up what other arguments are valid.For example when analyzing the following
The correct number and types of arguments can be found by inspecting
EntityModerationForm::buildForm()
.The text was updated successfully, but these errors were encountered: