Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing return type in Configuration::getConfigTreeBuilder() #193

Open
artsliwinski opened this issue Nov 21, 2024 · 0 comments
Open

Missing return type in Configuration::getConfigTreeBuilder() #193

artsliwinski opened this issue Nov 21, 2024 · 0 comments

Comments

@artsliwinski
Copy link

In
Configuration::getConfigTreeBuilder()
your are apparently missing return type: TreeBuilder

As a result I have a conflict between Symfony 7.1:
https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/Config/Definition/ConfigurationInterface.php::getConfigTreeBuilder()
and tetranz/select2entity-bundle 3.1.0 (with PHP 8.2):
https://github.com/tetranz/select2entity-bundle/blob/master/DependencyInjection/Configuration.php::getConfigTreeBuilder()

Please, tell me what to do or when you possibly can repaire it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant