FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 450 forks source link

The spaceless tag in FOSOAuthServerBundle::form.html.twig at line 3 is deprecated since Twig 2.7, use the spaceless filter instead #618

Closed crmpicco closed 5 years ago

crmpicco commented 5 years ago

On the latest version of the bundle there are deprecation messages appearing around deprecated Twig functions.

User Deprecated: The spaceless tag in FOSOAuthServerBundle::form.html.twig at line 3 is deprecated since Twig 2.7, use the spaceless filter instead.

Are there fixes for these available or would you consider a pull request?

alcaeus commented 5 years ago

Closing in favour of #616.