Skip to content

Commit 8c68e47

Browse files
committed
Use the method result
1 parent e610a0f commit 8c68e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ protected function execute(InputInterface $input, OutputInterface $output): int
5454
$packages = $input->getArgument('packages');
5555

5656
$io = new SymfonyStyle($input, $output);
57-
$this->importMapManager->update($packages);
57+
$updatedPackages = $this->importMapManager->update($packages);
5858

5959
if (0 < \count($packages)) {
6060
$io->success(sprintf(
6161
'Updated %s package%s in importmap.php.',
62-
implode(', ', $packages),
63-
1 < \count($packages) ? 's' : '',
62+
implode(', ', $updatedPackages),
63+
1 < \count($updatedPackages) ? 's' : '',
6464
));
6565
} else {
6666
$io->success('Updated all packages in importmap.php.');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy