Skip to content

Commit e1fbaac

Browse files
Remove some unneeded var annotations
1 parent f515f3d commit e1fbaac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Command/AssetsInstallCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use Symfony\Component\Filesystem\Exception\IOException;
2424
use Symfony\Component\Filesystem\Filesystem;
2525
use Symfony\Component\Finder\Finder;
26-
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
2726
use Symfony\Component\HttpKernel\KernelInterface;
2827

2928
/**
@@ -119,7 +118,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
119118
$copyUsed = false;
120119
$exitCode = 0;
121120
$validAssetDirs = [];
122-
/** @var BundleInterface $bundle */
123121
foreach ($kernel->getBundles() as $bundle) {
124122
if (!is_dir($originDir = $bundle->getPath().'/Resources/public') && !is_dir($originDir = $bundle->getPath().'/public')) {
125123
continue;

0 commit comments

Comments
 (0)