1up-lab / OneupUploaderBundle

This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
MIT License
604 stars 177 forks source link

Typing of the getConfigTreeBuilder function #425

Closed Garfield-fr closed 2 years ago

Garfield-fr commented 2 years ago

Fix for deprecation

Message in Symfony Profiler

Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Oneup\UploaderBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.

deluxetom commented 2 years ago

@bytehead I believe this can be merged

bytehead commented 2 years ago

Fixed by #416 already. Thanks anyway!