KnpLabs / KnpGaufretteBundle

Easily use Gaufrette in your Symfony projects.
http://knplabs.com
MIT License
716 stars 157 forks source link

fix(php8.2): void as a native return type #280

Closed johnkhansrc closed 11 months ago

johnkhansrc commented 1 year ago

Fix depreciations for symfony 6.3 and php 8.2

User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::boot()" might add "void" as a native return type declaration in the future. Do the same in child class "Knp\Bundle\GaufretteBundle\KnpGaufretteBundle" now to avoid errors.
nocive commented 11 months ago

bump :)

muchafm commented 11 months ago

thanks @nocive and @johnkhansrc ! :+1: