twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Deprecate the spaceless filter #4236

Closed fabpot closed 2 months ago

fabpot commented 2 months ago

Closes #3576

Deprecate the spaceless filter for the following reasons:

If someone find it useful, re-creating it is trivial (return trim(preg_replace('/>\s+</', '><', $content ?? ''));), but with so many caveats and not so many use cases, I think it does not belong to core.