Completed
Pull Request — master (#54)
by
unknown
01:43
created
src/Publiux/laravelcdn/Providers/AwsS3Provider.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
     }
237 237
 
238 238
     /**
239
-     * @param $s3_client
239
+     * @param S3Client $s3_client
240 240
      */
241 241
     public function setS3Client($s3_client)
242 242
     {
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
     }
287 287
 
288 288
     /**
289
-     * @return array
289
+     * @return string
290 290
      */
291 291
     public function getBucket()
292 292
     {
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
     }
378 378
 
379 379
     /**
380
-     * @return string
380
+     * @return boolean
381 381
      */
382 382
     public function getCloudFront()
383 383
     {
Please login to merge, or discard this patch.