- Issue created by @mxrtinax
A solution to this issue could be to ensure that a string is always passed to the trim() function.
I'm encountering numerous deprecation warnings related to the trim() function when null is passed to it:
Deprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\cookies_filter\Services\CookiesFilterElementTypesService->filterTextByServiceFilter() (line 88 of modules/contrib/cookies/modules/cookies_filter/src/Services/CookiesFilterElementTypesService.php).
Active
1.2
Submodule: cookies_filter
A solution to this issue could be to ensure that a string is always passed to the trim() function.