Skip to content

Commit 899226f

Browse files
committed
fabbot
1 parent 93e2ff9 commit 899226f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
use Symfony\Component\AssetMapper\MappedAsset;
2727
use Symfony\Component\AssetMapper\Path\PublicAssetsPathResolverInterface;
2828
use Symfony\Component\Filesystem\Filesystem;
29-
use Symfony\Contracts\HttpClient\HttpClientInterface;
30-
use Symfony\Contracts\HttpClient\ResponseInterface;
3129

3230
class ImportMapManagerTest extends TestCase
3331
{
@@ -87,7 +85,7 @@ public function getRawImportMapDataTests(): iterable
8785
'vendor/@hotwired/stimulus.js',
8886
self::$writableRoot.'/assets/vendor/@hotwired/stimulus.js',
8987
publicPath: '/assets/vendor/@hotwired/stimulus-d1g35t.js',
90-
)
88+
),
9189
],
9290
[
9391
'@hotwired/stimulus' => [

0 commit comments

Comments
 (0)