- Issue created by @BenStallings
This fixed issue β injected the menuParentFormSelector dependency into MenuBlock.php, but the blockForm() method still retrieves the dependency directly from \Drupal::service().
phpstan analyse -l0 menu_block/src
Use the menuParentFormSelector property rather than calling \Drupal::service().
make a MR
Active
1.0
Code