Completed
Pull Request — master (#66)
by
unknown
08:31
created
src/Publiux/laravelcdn/Providers/AwsS3Provider.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
     }
242 242
 
243 243
     /**
244
-     * @param $s3_client
244
+     * @param S3Client $s3_client
245 245
      */
246 246
     public function setS3Client($s3_client)
247 247
     {
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 
251 251
     /**
252 252
      * @param  Collection $assets
253
-     * @return mixed
253
+     * @return Collection
254 254
      */
255 255
     private function getFilesAlreadyOnBucket($assets)
256 256
     {
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
     }
286 286
 
287 287
     /**
288
-     * @return array
288
+     * @return string
289 289
      */
290 290
     public function getBucket()
291 291
     {
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     }
376 376
 
377 377
     /**
378
-     * @return string
378
+     * @return boolean
379 379
      */
380 380
     public function getCloudFront()
381 381
     {
Please login to merge, or discard this patch.