8000 fabbot · symfony/symfony@d5f695c · GitHub
[go: up one dir, main page]

Skip to content

Commit d5f695c

Browse files
committed
fabbot
1 parent 11050dc commit d5f695c

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader;
1717
use Symfony\Component\AssetMapper\Event\PreAssetsCompileEvent;
1818
use Symfony\Component\AssetMapper\ImportMap\ImportMapGenerator;
19-
use Symfony\Component\AssetMapper\Path\PublicAssetsPathResolverInterface;
20-
use Symfony\Component\AssetMapper\ImportMap\ImportMapManager;
2119
use Symfony\Component\AssetMapper\Path\PublicAssetsFilesystemInterface;
2220
use Symfony\Component\Console\Attribute\AsCommand;
2321
use Symfony\Component\Console\Command\Command;

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

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader;
1616
use Symfony\Component\AssetMapper\Exception\LogicException;
1717
use Symfony\Component\AssetMapper\MappedAsset;
18-
use Symfony\Component\AssetMapper\Path\PublicAssetsPathResolverInterface;
1918

2019
/**
2120
* Provides data needed to write the importmap & preloads.

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

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Symfony\Component\AssetMapper\ImportMap\ImportMapType;
2323
use Symfony\Component\AssetMapper\ImportMap\JavaScriptImport;
2424
use Symfony\Component\AssetMapper\MappedAsset;
25-
use Symfony\Component\AssetMapper\Path\PublicAssetsPathResolverInterface;
2625
use Symfony\Component\Filesystem\Filesystem;
2726

2827
class ImportMapGeneratorTest extends TestCase

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

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPUnit\Framework\MockObject\MockObject;
1515
use PHPUnit\Framework\TestCase;
1616
use Symfony\Component\AssetMapper\AssetMapperInterface;
17-
use Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader;
1817
use Symfony\Component\AssetMapper\ImportMap\ImportMapConfigReader;
1918
use Symfony\Component\AssetMapper\ImportMap\ImportMapEntries;
2019
use Symfony\Component\AssetMapper\ImportMap\ImportMapEntry;

0 commit comments

Comments
 (0)
0