Skip to content

Fix issue where null would be passed to explode

Marijn van Wezel requested to merge null-passed-to-explode-deprecation into master

This fixes the following deprecation warning:

Deprecated
: explode(): Passing null to parameter #2 ($string) of type string is deprecated in
/var/www/html/extensions/WSArrays/src/GlobalFunctions.class.php
on line 434

Merge request reports