Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc3c5d2

Browse files
committed
[FrameworkBundle] Reverts space
1 parent 21f7c9a commit cc3c5d2

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
@@ -345,7 +345,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
345345
$argument = $argument->getValues()[0];
346346
}
347347
if ($argument instanceof Reference) {
348-
$argumentsInformation[] = sprintf('Service (%s)', (string) $argument);
348+
$argumentsInformation[] = sprintf('Service(%s)', (string) $argument);
349349
} elseif ($argument instanceof IteratorArgument) {
350350
$argumentsInformation[] = sprintf('Iterator (%d element(s))', \count($argument->getValues()));
351351
foreach (array_map(function (Reference $value) {return (string) $value; }, $argument->getValues()) as $service) {

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 (.definition_2) 
16+
 Arguments Service(.definition_2) 
1717
 %parameter% 
1818
 Inlined Service 
1919
 Array (3 element(s)) 

0 commit comments

Comments
 (0)