Completed
Push — master ( 410e18...7445c9 )
by Raul
02:32
created
src/Publiux/laravelcdn/Providers/AwsS3Provider.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
     }
307 307
 
308 308
     /**
309
-     * @param $s3_client
309
+     * @param S3Client $s3_client
310 310
      */
311 311
     public function setS3Client($s3_client)
312 312
     {
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
     }
323 323
 
324 324
     /**
325
-     * @return string
325
+     * @return boolean
326 326
      */
327 327
     public function getCloudFront()
328 328
     {
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
     }
343 343
 
344 344
     /**
345
-     * @return array
345
+     * @return string
346 346
      */
347 347
     public function getBucket()
348 348
     {
Please login to merge, or discard this patch.