phpstan-drupal
phpstan-drupal copied to clipboard
Render elements can use dependency injection
Bug report
Render elements should be able to use dependency injection, but \Drupal global is allowed in render elements in this following rule:
https://github.com/mglaman/phpstan-drupal/blob/d30fbd74132e86bf635aec49cc0597156a109ba4/src/Rules/Drupal/GlobalDrupalDependencyInjectionRule.php#L43-L45