Completed
Push — master ( f831db...d4c842 )
by Frank
06:01 queued 05:02
created
src/AwsS3Adapter.php 2 patches
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     /**
284 284
      * @param array $options
285 285
      *
286
-     * @return array
286
+     * @return callable
287 287
      */
288 288
     protected function retrievePaginatedListing(array $options)
289 289
     {
@@ -527,6 +527,7 @@  discard block
 block discarded – undo
527 527
 
528 528
     /**
529 529
      * {@inheritdoc}
530
+     * @param string $path
530 531
      */
531 532
     public function applyPathPrefix($path)
532 533
     {
@@ -535,6 +536,7 @@  discard block
 block discarded – undo
535 536
 
536 537
     /**
537 538
      * {@inheritdoc}
539
+     * @param string $prefix
538 540
      */
539 541
     public function setPathPrefix($prefix)
540 542
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
 use Aws\S3\Exception\S3Exception;
8 8
 use Aws\S3\Exception\S3MultipartUploadException;
9 9
 use Aws\S3\S3Client;
10
+use League\Flysystem\AdapterInterface;
10 11
 use League\Flysystem\Adapter\AbstractAdapter;
11 12
 use League\Flysystem\Adapter\CanOverwriteFiles;
12
-use League\Flysystem\AdapterInterface;
13 13
 use League\Flysystem\Config;
14 14
 use League\Flysystem\Util;
15 15
 
Please login to merge, or discard this patch.