helios-ag / FMElfinderBundle

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

Add return types to ElFinderType #519

Closed jontjs closed 7 months ago

jontjs commented 7 months ago

This fixes the below warnings:

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

Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "FM\ElfinderBundle\Form\Type\ElFinderType" 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 "FM\ElfinderBundle\Form\Type\ElFinderType" now to avoid errors or add an explicit @return annotation to suppress this message.