You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Drupal core moving towards strict types, more info I've added a test pipeline in preparation localgovdrupal/localgov_project#153 which has highlighted some failures which we should fix.
------ --------------------------------------------------------------
Line modules/contrib/localgov_subsites/localgov_subsites.module
------ --------------------------------------------------------------
132 Call to function in_array() requires parameter #3 to be set.
------ --------------------------------------------------------------
------ -------------------------------------------------------------------------------
Line modules/contrib/localgov_subsites/src/Plugin/Block/SubsitesHierarchyTrait.php
(in context of class
Drupal\localgov_subsites\Plugin\Block\SubsitesAbstractBlockBase)
------ -------------------------------------------------------------------------------
113 Call to function in_array() requires parameter #3 to be set.
------ -------------------------------------------------------------------------------
------ -------------------------------------------------------------------------------
Line modules/contrib/localgov_subsites/src/Plugin/Block/SubsitesHierarchyTrait.php
(in context of class Drupal\localgov_subsites\Subsite)
------ -------------------------------------------------------------------------------
113 Call to function in_array() requires parameter #3 to be set.
------ -------------------------------------------------------------------------------
------ --------------------------------------------------------------------------------
Line modules/contrib/localgov_subsites/src/Plugin/Block/SubsitesNavigationBlock.php
------ --------------------------------------------------------------------------------
126 Call to function in_array() requires parameter #3 to be set.
------ --------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
With Drupal core moving towards strict types, more info I've added a test pipeline in preparation localgovdrupal/localgov_project#153 which has highlighted some failures which we should fix.
The text was updated successfully, but these errors were encountered: