stomp-php / StompBundle

Stomp Bundle for Symfony [WIP]
0 stars 3 forks source link

Fix for tree builder deprecation notice #1

Closed marlonhighlight closed 5 years ago

marlonhighlight commented 5 years ago

As of Symfony 4.2 Symfony\Component\Config\Definition\Builder\TreeBuilder constructor required root name otherwise it outputs the following notice "A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0."

Refer to documentation here: https://symfony.com/blog/new-in-symfony-4-2-important-deprecations

marlonhighlight commented 5 years ago

@jmglsn @staabm Is there any chance you can review this pull request?

jmglsn commented 5 years ago

@marlonhighlight Sorry, super busy over the last days. Actually this repository is still in a development state - that's the reason we have no releases yet. I'll merge the PR but please be aware that this is still only a "in-dev" state. Sorry for this.