Skip to content

Commit 6c4d190

Browse files
committed
[FrameworkBundle] Reverts space
1 parent 59a8763 commit 6c4d190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
338338
$argument = $argument->getValues()[0];
339339
}
340340
if ($argument instanceof Reference) {
341-
$argumentsInformation[] = sprintf('Service (%s)', (string) $argument);
341+
$argumentsInformation[] = sprintf('Service(%s)', (string) $argument);
342342
} elseif ($argument instanceof IteratorArgument) {
343343
if ($argument instanceof TaggedIteratorArgument) {
344344
$argumentsInformation[] = sprintf('Tagged Iterator for "%s"%s', $argument->getTag(), $options['is_debug'] ? '': sprintf(' (%d element(s))', \count($argument->getValues())));

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_arguments_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Autoconfigured no
1414
Factory Class Full\Qualified\FactoryClass
1515
Factory Method get
16-
 Arguments Service (definition2) 
16+
 Arguments Service(definition2) 
1717
 %parameter% 
1818
 Inlined Service 
1919
 Array (3 element(s)) 

0 commit comments

Comments
 (0)