Skip to content

Commit 29bbe52

Browse files
riasvdvCopilot
andcommitted
Update docblock
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d634519 commit 29bbe52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Asset/Assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#[Scoped]
5454
class Assets
5555
{
56-
/** @var array<string, VolumeFolder> */
56+
/** @var array<int|string, VolumeFolder> */
5757
private array $userTempFolders = [];
5858

5959
public function __construct(

0 commit comments

Comments
 (0)