craue / CraueConfigBundle

Database-stored settings made available via a service for your Symfony project.
MIT License
173 stars 35 forks source link

Symfony 6.3 #61

Closed pfpro closed 1 year ago

pfpro commented 1 year ago

Hi there,

I try to upgrade from Symfony 6.2 to 6.3 and get the following logs:

Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Craue\ConfigBundle\DependencyInjection\CraueConfigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.

Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "Craue\ConfigBundle\DependencyInjection\CraueConfigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.

Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Craue\ConfigBundle\Form\Type\SettingType" now to avoid errors or add an explicit @return annotation to suppress this message.

Method "Symfony\Component\Form\AbstractType::finishView()" might add "void" as a native return type declaration in the future. Do the same in child class "Craue\ConfigBundle\Form\Type\SettingType" now to avoid errors or add an explicit @return annotation to suppress this message.

Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Craue\ConfigBundle\Form\Type\SettingType" now to avoid errors or add an explicit @return annotation to suppress this message.

Any chance you can fix this?

Best regards

craue commented 1 year ago

I've just released version 2.7.0 which should run silently with Symfony 6.3.

craue commented 1 year ago

fixed in 11eb274b1aeee12029aba186ae0723087051de37