Skip to content

Commit 31f1f15

Browse files
committed
fabbot
1 parent ee22b6a commit 31f1f15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public function resolvePackages(array $packagesToRequire): array
151151

152152
/**
153153
* @param ImportMapEntry[] $importMapEntries
154+
*
154155
* @return array<string, array{content: string, dependencies: string[]}>
155156
*/
156157
public function downloadPackages(array $importMapEntries, callable $progressCallback = null): array

src/Symfony/Component/AssetMapper/Tests/ImportMap/Resolver/JsDelivrEsmResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public static function provideDownloadPackagesTests()
375375
[
376376
'@chart.js/auto' => [
377377
'content' => 'import{Color as t}from"@kurkle/color";function e(){}const i=(()=',
378-
'dependencies' => ['@kurkle/color']
378+
'dependencies' => ['@kurkle/color'],
379379
],
380380
],
381381
];

0 commit comments

Comments
 (0)