1
0
mirror of https://github.com/mrclay/minify.git synced 2025-04-24 14:22:00 +02:00
Oleksandr Krasko 8b91de51c3 Fix null argument to preg_split
Deprecated Functionality: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated

https://www.php.net/manual/en/function.preg-split.php#refsect1-function.preg-split-parameters

limit:

If specified, then only substrings up to limit are returned with the
rest of the string being placed in the last substring. A limit of -1 or
0 means "no limit".

Refs:
- https://www.drupal.org/project/geshifilter/issues/3262325

Signed-off-by: Elan Ruusamäe <glen@pld-linux.org>
2022-05-14 14:01:14 +03:00
..
2022-05-14 14:01:14 +03:00
2020-04-03 10:47:27 +03:00
2020-04-03 10:47:27 +03:00