Skip to content

Commit 67772cc

Browse files
Fixes coding style
1 parent 6a2925a commit 67772cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AzureStorageBlobAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public function url($path)
4141
*
4242
* @param string $path
4343
* @param \DateTimeInterface $expiration
44-
* @param array $options
4544
* @return string
4645
*/
4746
public function temporaryUrl($path, $expiration, array $options = [])
@@ -58,7 +57,6 @@ public function temporaryUrl($path, $expiration, array $options = [])
5857
*
5958
* @param string $path
6059
* @param \DateTimeInterface $expiration
61-
* @param array $options
6260
* @return array{url: string, headers: array<string, string>}
6361
*/
6462
public function temporaryUploadUrl($path, $expiration, array $options = [])

0 commit comments

Comments
 (0)