sonata-project / SonataFormatterBundle

Symfony SonataFormatterBundle
https://docs.sonata-project.org/projects/SonataFormatterBundle
MIT License
81 stars 117 forks source link

fix sf7 support #788

Closed lemorragia closed 6 months ago

lemorragia commented 6 months ago

Subject

Small fix to complete the sf7 support

Changelog

### Fixed
- Symfony 7 support for symfony/config
VincentLanglet commented 6 months ago

I think

https://github.com/sonata-project/SonataFormatterBundle/blob/5.x/src/DependencyInjection/Configuration.php#L27C8-L27C71 need to be changed to

@psalm-suppress UndefinedInterfaceMethod

to solve the failing build.