Skip to content

Commit 83fabed

Browse files
Merge branch '4.1'
* 4.1: SCA: removed unused variables 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 [Messenger] send using the routing_key for AMQP transport also clean away the NO_AUTO_CACHE_CONTROL_HEADER if we have no session [TwigBundle] Fix usage of TwigBundle without FrameworkBundle Revert "fixed CS" [Serializer] Reduce class discriminator overhead Skip empty proxy code [Security] Fix "exclude-from-classmap" [Security] Removed unsed trait import [Config] Fix @method annotation add missing double-quotes to extra_fields output message [DI] Default undefined env to empty string during compile Convert InsufficientAuthenticationException to HttpException
2 parents 52e76f0 + 8631729 commit 83fabed

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
@@ -189,7 +189,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
189189
}
190190

191191
if (!is_dir($transPaths[0]) && !isset($transPaths[1])) {
192-
throw new InvalidArgumentException(sprintf('<error>"%s" is neither an enabled bundle nor a directory.</error>', $transPaths[0]));
192+
throw new InvalidArgumentException(sprintf('"%s" is neither an enabled bundle nor a directory.', $transPaths[0]));
193193
}
194194
}
195195
}

0 commit comments

Comments
 (0)