Completed
Push — master ( 1d38e8...81c238 )
by
unknown
04:02
created
Admin/MediaAdmin.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 use Sonata\AdminBundle\Form\FormMapper;
13 13
 use Sonata\AdminBundle\Route\RouteCollection;
14 14
 use Sonata\CoreBundle\Validator\ErrorElement;
15
-use Symfony\Component\Form\FormError;
16
-use Symfony\Component\HttpFoundation\Response;
17 15
 
18 16
 class MediaAdmin extends AbstractAdmin
19 17
 {
Please login to merge, or discard this patch.
Provider/AbstractProvider.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 
48 48
     /**
49 49
      * @param Media $media
50
-     * @param $providerReferenceUpdated
50
+     * @param boolean $providerReferenceUpdated
51 51
      */
52 52
     public function update(Media $media, $providerReferenceUpdated)
53 53
     {
@@ -255,8 +255,8 @@  discard block
 block discarded – undo
255 255
 
256 256
     /**
257 257
      * @param FormMapper $formMapper
258
-     * @param $name
259
-     * @param $label
258
+     * @param string $name
259
+     * @param string $label
260 260
      */
261 261
     public function addRequiredFileUploadField(FormMapper $formMapper, $name, $label)
262 262
     {
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
 
280 280
     /**
281 281
      * @param UploadedFile $file
282
-     * @param $filename
282
+     * @param string $filename
283 283
      * @throws \Exception
284 284
      */
285 285
     protected function writeToFilesystem(UploadedFile $file, $filename)
Please login to merge, or discard this patch.