Skip to content

Commit 1869f08

Browse files
committed
Added line feed to container alias description (text descriptor)
1 parent 0cd6eaa commit 1869f08

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
@@ -273,7 +273,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
273273
*/
274274
protected function describeContainerAlias(Alias $alias, array $options = array())
275275
{
276-
$this->writeText(sprintf('This service is an alias for the service <info>%s</info>', (string) $alias), $options);
276+
$this->writeText(sprintf("This service is an alias for the service <info>%s</info>\n", (string) $alias), $options);
277277
}
278278

279279
/**

0 commit comments

Comments
 (0)