Completed
Push — master ( 61e1ff...22d949 )
by
unknown
03:51
created
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.