Skip to content

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

Description

@artsliwinski

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions