Skip to content

Commit 25e96bc

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments [Routing] Finish annotation loader taking a class constant as a beginning of a class name [Routing] Fix the annotation loader taking a class constant as a beginning of a class name
2 parents ffac963 + 72150c7 commit 25e96bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Descriptor/TextDescriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
322322
*/
323323
protected function describeContainerAlias(Alias $alias, array $options = array())
324324
{
325-
$options['output']->comment(sprintf("This service is an alias for the service <info>%s</info>\n", (string) $alias));
325+
$options['output']->comment(sprintf('This service is an alias for the service <info>%s</info>', (string) $alias));
326326
}
327327

328328
/**

0 commit comments

Comments
 (0)