rollbar / rollbar-php-symfony-bundle

Bundle for Symfony that integrates Rollbar tracker
MIT License
28 stars 25 forks source link

A tree builder without a root node is deprecated since Symfony 4.2 #49

Closed ellisgl closed 5 years ago

ellisgl commented 5 years ago

In Symfony 4.2, there's a deprecation warning of: A tree builder without a root node is deprecated since Symfony 4.2

Looks like a simple fix: https://github.com/sensiolabs/SensioFrameworkExtraBundle/pull/594/commits/7db9568f59fbc0411f3d816393d90be2d4cccb82

mwidner commented 5 years ago

Yes, please accept this PR. I get tired of seeing deprecation warnings like this that I can do nothing about.