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_openreferral/src/Encoder/JsonEncoder.php
------ -------------------------------------------------------------------
37 Call to function in_array() requires parameter #3 to be set.
37 Parameter #2 $haystack of function in_array expects array, string
given.
44 Call to function in_array() requires parameter #3 to be set.
44 Parameter #2 $haystack of function in_array expects array, string
given.
------ -------------------------------------------------------------------
------ ---------------------------------------------------------------------------
Line modules/contrib/localgov_openreferral/src/Event/GenerateEntityMapping.php
------ ---------------------------------------------------------------------------
120 Call to function in_array() requires parameter #3 to be set.
121 Call to function in_array() requires parameter #3 to be set.
------ ---------------------------------------------------------------------------
------ -------------------------------------------------------------------------
Line modules/contrib/localgov_openreferral/src/Normalizer/ListNormalizer.php
------ -------------------------------------------------------------------------
31 Call to function in_array() requires parameter #3 to be set.
------ -------------------------------------------------------------------------
------ -------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_openreferral/src/Plugin/search_api/processor/AddOrTaxonomyMetadata.php
------ -------------------------------------------------------------------------------------------------
115 Call to function in_array() requires parameter #3 to be set.
------ -------------------------------------------------------------------------------------------------
------ --------------------------------------------------------------------
Line modules/contrib/localgov_openreferral/src/SearchApiIndexConfig.php
------ --------------------------------------------------------------------
98 Call to function in_array() requires parameter #3 to be set.
140 Call to function array_search() 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: