grav icon indicating copy to clipboard operation
grav copied to clipboard

Twig sort() not working with spaceship operator (<=>)

Open mjmaax opened this issue 1 year ago • 0 comments

I am using Grav 1.7.46 with PHP 8.1. Whenever I try to use the twig Sort() function, I get an error on the spaceship operator (<=>):

Twig \ Error \ SyntaxError
Unexpected token "operator" of value ">".

I think this issue is discussed here: https://github.com/symfony/symfony/issues/33895

mjmaax avatar Jul 10 '24 05:07 mjmaax