localgovdrupal / localgov_step_by_step

Implemention of the Gov.uk Step by step navigation journeys for LocalGovDrupal
GNU General Public License v2.0
1 stars 1 forks source link

Fix remaining strict types errors #110

Open millnut opened 2 months ago

millnut commented 2 months ago

With Drupal core moving towards strict types, more info we should fix the remaining errors suppressed in the phpstan baseline.

 ------ ------------------------------------------------------------------------------------------
  Line   modules/contrib/localgov_step_by_step/src/Plugin/PreviewLinkAutopopulate/StepBySteps.php
 ------ ------------------------------------------------------------------------------------------
  39     Variable $overview might not be defined.
  42     Variable $overview might not be defined.
 ------ ------------------------------------------------------------------------------------------