- Issue created by @dcam
- Status changed to Fixed
10 months ago 5:16am 24 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
There are only three issues being reported by the default PHPStan settings, which is pretty good!
------ ----------------------------------------------------------------------
Line src/Form/UsfedgovGoogleAnalyticsForm.php
------ ----------------------------------------------------------------------
82 \Drupal calls should be avoided in classes, use dependency injection
instead
89 \Drupal calls should be avoided in classes, use dependency injection
instead
------ ----------------------------------------------------------------------
------ ---------------------------------------------------------------------
Line usfedgov_google_analytics.admin.inc
------ ---------------------------------------------------------------------
263 Function system_settings_form not found.
π‘ Learn more at https://phpstan.org/user-guide/discovering-symbols
------ ---------------------------------------------------------------------
[ERROR] Found 3 errors
Since one of the errors is an old D7-era function and I know that there is at least one other in the module I'm going to take care of removing that in this issue too.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.