Skip to content

Commit 092a280

Browse files
author
brecht.vermeersch
committed
fix phpstan on php 8.1
1 parent 2dd7e65 commit 092a280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AzureBlobStorageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function listing_contents_deep(): void
200200
$adapter->write('dir1/file1.txt', 'content1', new Config());
201201
$adapter->write('dir1/dir2/file2.txt', 'content2', new Config());
202202
$adapter->write('dir1/dir2/dir3/file3.txt', 'content3', new Config());
203-
203+
/** @phpstan-ignore-next-line */
204204
$contents = iterator_to_array($adapter->listContents('', true));
205205

206206
$this->assertCount(6, $contents); // 3 files + 3 directories

0 commit comments

Comments
 (0)