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

Strict types support #97

Closed millnut closed 4 months ago

millnut commented 7 months ago

With Drupal core moving towards strict types, more info I've added a test pipeline in preparation https://github.com/localgovdrupal/localgov_project/pull/153 which has highlighted some failures which we should fix.

 ------ -------------------------------------------------------------------- 
  Line   modules/contrib/localgov_step_by_step/localgov_step_by_step.module  
 ------ -------------------------------------------------------------------- 
  259    Call to function in_array() requires parameter #3 to be set.        
  260    Call to function in_array() requires parameter #3 to be set.        
 ------ --------------------------------------------------------------------