Skip to content

Commit 0af2d3b

Browse files
Merge branch '5.0'
* 5.0: [PhpUnitBridge] fix bad test [4.4] CS fixes [3.4] CS fixes Disable phpunit verbosity Queue name is a required parameter [FrameworkBundle] display actual target for error in AssetsInstallCommand Remove patches for Doctrine bugs and deprecations [Mime] fix bad method call on "EmailAddressContains" [DI][EventDispatcher] added contract for implementation
2 parents 69bf8f9 + 5f56e48 commit 0af2d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/AssetsInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
105105
$targetArg = $kernel->getProjectDir().'/'.$targetArg;
106106

107107
if (!is_dir($targetArg)) {
108-
throw new InvalidArgumentException(sprintf('The target directory "%s" does not exist.', $input->getArgument('target')));
108+
throw new InvalidArgumentException(sprintf('The target directory "%s" does not exist.', $targetArg));
109109
}
110110
}
111111

0 commit comments

Comments
 (0)