Skip to content

Commit 1de6824

Browse files
author
brecht.vermeersch
committed
add support for temporary upload urls
1 parent 67772cc commit 1de6824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AzureStorageBlobAdapter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function url($path)
4343
* @param \DateTimeInterface $expiration
4444
* @return string
4545
*/
46+
/** @phpstan-ignore-next-line */
4647
public function temporaryUrl($path, $expiration, array $options = [])
4748
{
4849
return $this->adapter->temporaryUrl(
@@ -59,6 +60,7 @@ public function temporaryUrl($path, $expiration, array $options = [])
5960
* @param \DateTimeInterface $expiration
6061
* @return array{url: string, headers: array<string, string>}
6162
*/
63+
/** @phpstan-ignore-next-line */
6264
public function temporaryUploadUrl($path, $expiration, array $options = [])
6365
{
6466
$url = $this->adapter->temporaryUrl(

0 commit comments

Comments
 (0)