Completed
Push — master ( e48220...15f13c )
by
unknown
07:36
created
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.
Provider/AbstractProvider.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -231,8 +231,8 @@  discard block
 block discarded – undo
231 231
 
232 232
     /**
233 233
      * @param FormMapper $formMapper
234
-     * @param $name
235
-     * @param $label
234
+     * @param string $name
235
+     * @param string $label
236 236
      */
237 237
     public function addFileUploadField(FormMapper $formMapper, $name, $label)
238 238
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
 
270 270
     /**
271 271
      * @param UploadedFile $file
272
-     * @param $filename
272
+     * @param string $filename
273 273
      * @throws \Exception
274 274
      */
275 275
     protected function writeToFilesystem(UploadedFile $file, $filename)
Please login to merge, or discard this patch.