helios-ag / FMElfinderBundle

:file_folder: ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
MIT License
275 stars 128 forks source link

Add return type to TwigFormPass::process() #518

Closed jontjs closed 7 months ago

jontjs commented 7 months ago

This fixes the warning:

Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "FM\ElfinderBundle\DependencyInjection\Compiler\TwigFormPass" now to avoid errors or add an explicit @return annotation to suppress this message.

helios-ag commented 7 months ago

thank you!