- Issue created by @BenStallings
- Merge request !5Issue #3034783 by sonona: Error: Call to undefined method... β (Open) created by BenStallings
phpstan reports,
------ ------------------------------------------------------------------------------
Line src/Form/HealthCheckSettingsForm.php
------ ------------------------------------------------------------------------------
98 \Drupal calls should be avoided in classes, use dependency injection instead
------ ------------------------------------------------------------------------------
phpstan analyse -l0 health_check_url
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
Use the <code>$instance = parent::create()
pattern.
make an MR
Active
3.0
Code