Skip to content

Commit

Permalink
Update src/Gaufrette/Adapter/AzureBlobStorage.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin <[email protected]>
  • Loading branch information
PedroTroller and KevinArtus authored Oct 27, 2023
1 parent c4fba38 commit 3539ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/Adapter/AzureBlobStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function setCreateContainerOptions(CreateContainerOptions $options): void
*
* @throws \RuntimeException if cannot create the container
*/
public function createContainer(string $containerName, CreateContainerOptions $options = null)
public function createContainer(string $containerName, CreateContainerOptions $options = null): void
{
$this->init();

Expand Down

0 comments on commit 3539ec7

Please sign in to comment.