Skip to content

Commit 5ffc8af

Browse files
committed
Merge branch '3.1'
* 3.1: [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 efb1ea6 + ed73ac3 commit 5ffc8af

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
@@ -331,7 +331,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
331331
*/
332332
protected function describeContainerAlias(Alias $alias, array $options = array())
333333
{
334-
$options['output']->comment(sprintf("This service is an alias for the service <info>%s</info>\n", (string) $alias));
334+
$options['output']->comment(sprintf('This service is an alias for the service <info>%s</info>', (string) $alias));
335335
}
336336

337337
/**

0 commit comments

Comments
 (0)