bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Remove TreeBuilder.root deprecated usage #80

Closed tomlongridge closed 5 years ago

tomlongridge commented 5 years ago

Goal

A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0. This Pull Request fix this and allow Symfony 4.2 users to use this bundle without deprecation notices.

Changeset

Changed

Tests

Review

For the submitter, initial self-review:

For the pull request reviewer(s), this changeset has been reviewed for: