Skip to content

Commit c947e5c

Browse files
committed
minor symfony#52773 [AssetMapper] Minor @var doc update (evertharmeling)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Minor `@var` doc update | Q | A | ------------- | --- | Branch? | 6.4 <!-- see below --> | Bug fix? | not really | New feature? |no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | License | MIT Updated to correct variable name referenced in ``@var`` doc block. Commits ------- 084f8d1 Minor `@var` doc update
2 parents 1034b31 + 084f8d1 commit c947e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)