summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/S3/BatchDelete.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/S3/BatchDelete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php b/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php
index 9243911..db81beb 100644
--- a/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php
+++ b/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php
@@ -115,7 +115,7 @@ class BatchDelete implements PromisorInterface
/**
* @return PromiseInterface
*/
- public function promise()
+ public function promise(): PromiseInterface
{
if (!$this->cachedPromise) {
$this->cachedPromise = $this->createPromise();