Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Roussel committed May 26, 2023
1 parent f16ad45 commit 8bd80cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/Gaufrette/Functional/Adapter/AzureBlobStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
*/
class AzureBlobStorageTest extends FunctionalTestCase
{
/** @var string Name of the Azure container used */
private $container;
/** Name of the Azure container used */
private string $container;

/** @var AzureBlobStorage */
private $adapter;
private AzureBlobStorage $adapter;

protected function setUp(): void
{
Expand Down

0 comments on commit 8bd80cc

Please sign in to comment.