symfonycorp / connect

The SymfonyConnect official API SDK
https://connect.symfony.com/
MIT License
90 stars 40 forks source link

Fix bundle deprecation #115

Closed javiereguiluz closed 2 years ago

javiereguiluz commented 2 years ago

Fixes these deprecations:

Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "SymfonyCorp\Connect\SymfonyConnectBundle"

Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface::getPosition()" might add "string" as a native return type declaration in the future. Do the same in implementation "SymfonyCorp\Connect\DependencyInjection\Security\Factory\ConnectFactory"

Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface::getKey()" might add "string" as a native return type declaration in the future. Do the same in implementation "SymfonyCorp\Connect\DependencyInjection\Security\Factory\ConnectFactory"

Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory::createEntryPoint()" might add "?string" as a native return type declaration in the future. Do the same in child class "SymfonyCorp\Connect\DependencyInjection\Security\Factory\ConnectFactory"

Class "SymfonyCorp\Connect\DependencyInjection\Security\Factory\AuthenticatorConnectFactory" should implement method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface::getPriority(): int": defines the position at which the authenticator is called.

Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "SymfonyCorp\Connect\DependencyInjection\Configuration"