- πΊπΈUnited States emscha
Is it safe to apply the patch to production?
- First commit to issue fork.
- π΅π±Poland alorenc Wolsztyn, π΅π±
I got the same error and I have a bit simplified patch #2, used the null coalescing operator.
- Status changed to Needs work
about 1 year ago 9:07am 15 May 2024 - π¬π§United Kingdom kiwimind
While this patch works great and removes the error, small DCS change needed before RTBC please.
+++ b/src/Form/CasAttributesSettings.php @@ -73,12 +73,12 @@ class CasAttributesSettings extends ConfigFormBase { + $token_allowed_attributes = is_null($config->get('token_allowed_attributes')) ? array() : $config->get('token_allowed_attributes');
array()
should be[]
as mentioned https://www.drupal.org/docs/develop/standards/php/php-coding-standards#a... β - Status changed to Needs review
about 1 year ago 9:34am 15 May 2024 - last update
about 1 year ago 20 pass - π¬π§United Kingdom kiwimind
Re-rolled the patch to use null coalescing operator against 2.x.
- Status changed to RTBC
about 2 months ago 1:59pm 14 April 2025 -
claudiu.cristea β
committed 1b64ffac on 2.x authored by
alorenc β
Issue #3324867 by alorenc, naidim, claudiu.cristea: TypeError: implode...
-
claudiu.cristea β
committed 1b64ffac on 2.x authored by
alorenc β