Skip to content

Commit 084f8d1

Browse files
Minor @var doc update
1 parent d625fa0 commit 084f8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/ImportMap/ImportMapAuditor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function audit(): array
3535
{
3636
$entries = $this->configReader->getEntries();
3737

38-
/** @var array<string, array<string, ImportMapPackageAudit>> $installed */
38+
/** @var array<string, ImportMapPackageAudit> $packageAudits */
3939
$packageAudits = [];
4040

4141
/** @var array<string, list<string>> $installed */

0 commit comments

Comments
 (0)