Account created on 14 March 2023, about 2 years ago
#

Recent comments

if ($argument !== null) {
  $args = preg_split('/\s+/', $argument, -1, PREG_SPLIT_NO_EMPTY);
}

This will prevent the deprecated warning from being triggered when $argument is null.

Production build 0.71.5 2024