Completed
Push — master ( 26278b...61e1ff )
by
unknown
04:27
created
Provider/AbstractProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -209,8 +209,8 @@
 block discarded – undo
209 209
 
210 210
     /**
211 211
      * @param FormMapper $formMapper
212
-     * @param $name
213
-     * @param $label
212
+     * @param string $name
213
+     * @param string $label
214 214
      */
215 215
     public function addFileUploadField(FormMapper $formMapper, $name, $label)
216 216
     {
Please login to merge, or discard this patch.
Provider/FileProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use MediaMonks\SonataMediaBundle\Entity\Media;
6 6
 use Sonata\AdminBundle\Form\FormMapper;
7
-use Symfony\Component\Validator\Constraints as Constraint;
8 7
 
9 8
 class FileProvider extends AbstractProvider
10 9
 {
Please login to merge, or discard this patch.
Provider/YouTubeProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Sonata\AdminBundle\Form\FormMapper;
8 8
 use Symfony\Component\Form\Extension\Core\Type\TextType;
9 9
 use Symfony\Component\HttpFoundation\Response;
10
-use Symfony\Component\Validator\Constraints as Constraint;
11 10
 
12 11
 class YouTubeProvider extends ImageProvider implements ProviderInterface
13 12
 {
Please login to merge, or discard this patch.