Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 8de08c1

Browse files
committed
Expanded a type definition
1 parent 4ff8702 commit 8de08c1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/AzureStorageServiceProvider.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
* endpoint: string|null,
2525
* sasToken: string|null,
2626
* name: string,
27-
* key: string,
27+
* container: string,
28+
* key: string|null,
29+
* url: string|null,
30+
* prefix: string|null,
2831
* retry: ProviderRetryConfig
2932
* }
3033
*/

0 commit comments

Comments
 (0)