Completed
Push — master ( 655b8f...bb304a )
by
unknown
16:10
created
src/Provider/AbstractProvider.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
 
147 147
     /**
148 148
      * @param AbstractMedia $media
149
-     * @param $providerReferenceUpdated
149
+     * @param boolean $providerReferenceUpdated
150 150
      */
151 151
     public function update(AbstractMedia $media, $providerReferenceUpdated)
152 152
     {
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
      * @param \Sonata\AdminBundle\Form\FormMapper $formMapper
333 333
      * @param $name
334 334
      * @param $label
335
-     * @param $required
335
+     * @param boolean $required
336 336
      * @param array $constraints
337 337
      */
338 338
     protected function doAddFileField(
@@ -393,8 +393,8 @@  discard block
 block discarded – undo
393 393
 
394 394
     /**
395 395
      * @param FormMapper $formMapper
396
-     * @param $name
397
-     * @param $label
396
+     * @param string $name
397
+     * @param string $label
398 398
      * @param array $options
399 399
      */
400 400
     public function addRequiredImageField(
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
 
433 433
     /**
434 434
      * @param UploadedFile $file
435
-     * @param $filename
435
+     * @param string $filename
436 436
      * @throws FilesystemException
437 437
      */
438 438
     protected function writeToFilesystem(UploadedFile $file, $filename)
Please login to merge, or discard this patch.