FriendsOfSymfony / FOSOAuthServerBundle

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

Fix TreeBuilder deprecation warning from Symfony 4.2 #622

Closed fracz closed 5 years ago

fracz commented 5 years ago

Setting root node after construction throws a deprecation error after upgrading to Symfony 4.2+.

https://github.com/symfony/symfony/blob/4.2/UPGRADE-4.2.md#config

A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.

Sorry for the burden with #620 and #621.

alcaeus commented 5 years ago

Closing in favour of #598 and #599. Thanks for the effort!

fracz commented 5 years ago

Haha, thanks.

Search before you code, @fracz.