We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: