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 <kevinar9@outlook.fr>
  • Loading branch information
PedroTroller and KevinArtus authored Oct 27, 2023
1 parent 826acdf commit 8e7ecbe
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 @@ -53,7 +53,7 @@ public function getCreateContainerOptions(): CreateContainerOptions
return $this->createContainerOptions;
}

public function setCreateContainerOptions(CreateContainerOptions $options)
public function setCreateContainerOptions(CreateContainerOptions $options): void
{
$this->createContainerOptions = $options;
}
Expand Down

0 comments on commit 8e7ecbe

Please sign in to comment.