Skip to content

Commit 8631729

Browse files
Merge branch '3.4' into 4.1
* 3.4: Remove duplicate condition fix useless space in docblock remove unneeded tearDown method [Intl] Update the ICU data to 63.1 [FrameworkBundle] Fix broken exception message [TwigBundle] Fix usage of TwigBundle without FrameworkBundle Revert "fixed CS" Skip empty proxy code [Security] Fix "exclude-from-classmap" add missing double-quotes to extra_fields output message Convert InsufficientAuthenticationException to HttpException
2 parents 0b313a3 + 317f8ab commit 8631729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/TranslationUpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
152152
$currentName = $transPaths[0];
153153

154154
if (!is_dir($transPaths[0])) {
155-
throw new InvalidArgumentException(sprintf('<error>"%s" is neither an enabled bundle nor a directory.</error>', $transPaths[0]));
155+
throw new InvalidArgumentException(sprintf('"%s" is neither an enabled bundle nor a directory.', $transPaths[0]));
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)