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

Render elements can use dependency injection

Open el7cosmos opened this issue 8 months ago • 1 comments

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

el7cosmos avatar Mar 07 '25 11:03 el7cosmos