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
Passing NULL to array_filter when an array is expected.
Version: 2.1.3 - 2.1.6
Maybe earlier versions as well, have not tested.
TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in array_filter() (
line 137 of modules/contrib/localgov_guides/src/Plugin/Block/GuidesAbstractBaseBlock.php).
A simple cast-down can solve the issue.
The text was updated successfully, but these errors were encountered:
Passing
NULL
toarray_filter
when an array is expected.Version: 2.1.3 - 2.1.6
Maybe earlier versions as well, have not tested.
A simple cast-down can solve the issue.
The text was updated successfully, but these errors were encountered: