artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
171 stars 89 forks source link

Fix depreciation symfony 6.3 #128

Closed john-dufrene-dev closed 10 months ago

john-dufrene-dev commented 11 months ago

This is a simple fix of depreciation in symfony 6.3 for :

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

john-dufrene-dev commented 10 months ago

@artgris