Skip to content

Updated version of cern-components to 3.0.11 in order to solve deprecated function warnings

Lorenzo Del Pianta requested to merge ldelpian-v9.4-2-patch-96824 into v9.4-2

Patch needed to solve the following error that was thrown in cern-components 3.0.10 add affects the majority of sites.

Deprecated function: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in {closure}() (line 53 of /app/web/modules/custom/cern-components/cern_components.module)

This has been solved in the cern-components 3.0.11 thus I changed the version requirements of that module in the composer.json

Merge request reports