Skip to content

Commit a13ade3

Browse files
committed
tweak
1 parent af1fa09 commit a13ade3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private function updateImportMapConfig(bool $update, array $packagesToRequire, a
203203
* Returns an array of the entries that were added.
204204
*
205205
* @param PackageRequireOptions[] $packagesToRequire
206-
* @param ImportMapEntry[] $importMapEntries
206+
* @param array<string, ImportMapEntry> $importMapEntries
207207
*/
208208
private function requirePackages(array $packagesToRequire, array &$importMapEntries): array
209209
{

0 commit comments

Comments
 (0)