phpspreadsheet-bundle icon indicating copy to clipboard operation
phpspreadsheet-bundle copied to clipboard

The TreeBuilder::root() method called for the "yectep_phpoffice" configuration is deprecated since Symfony 4.3

Open duhui opened this issue 6 years ago • 1 comments

The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "yectep_phpoffice" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.

duhui avatar Jun 13 '19 08:06 duhui

This appears to be fixed:

https://github.com/yectep/phpspreadsheet-bundle/commit/55fa11b06e01ef8438c4cd624e8447098cfe134f

tacman avatar Dec 06 '19 17:12 tacman