Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add return types to ElFinderType (#519)
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.
- Loading branch information