Completed
Branch dev (91953d)
by Andrey
05:55
created
src/models/upload/S3Upload.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * Set s3 client.
109 109
      *
110
-     * @param S3ClientInterface $s3Client
110
+     * @param \Aws\S3\S3ClientInterface $s3Client
111 111
      */
112 112
     public function setS3Client(S3ClientInterface $s3Client): void
113 113
     {
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     /**
243 243
      * Create thumb.
244 244
      *
245
-     * @param ThumbConfigInterface $thumbConfig
245
+     * @param \Itstructure\MFUploader\interfaces\ThumbConfigInterface $thumbConfig
246 246
      *
247 247
      * @return mixed
248 248
      */
Please login to merge, or discard this patch.
src/Module.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -371,9 +371,9 @@
 block discarded – undo
371 371
     /**
372 372
      * Module translator.
373 373
      *
374
-     * @param       $category
375
-     * @param       $message
376
-     * @param array $params
374
+     * @param       string $category
375
+     * @param       string $message
376
+     * @param integer[] $params
377 377
      * @param null  $language
378 378
      *
379 379
      * @return string
Please login to merge, or discard this patch.