Skip to content

Commit

Permalink
[FrameworkBundle] Reverts space
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl committed May 7, 2019
1 parent 59a8763 commit 6c4d190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -338,7 +338,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
$argument = $argument->getValues()[0];
}
if ($argument instanceof Reference) {
$argumentsInformation[] = sprintf('Service (%s)', (string) $argument);
$argumentsInformation[] = sprintf('Service(%s)', (string) $argument);
} elseif ($argument instanceof IteratorArgument) {
if ($argument instanceof TaggedIteratorArgument) {
$argumentsInformation[] = sprintf('Tagged Iterator for "%s"%s', $argument->getTag(), $options['is_debug'] ? '': sprintf(' (%d element(s))', \count($argument->getValues())));
Expand Down
Expand Up @@ -13,7 +13,7 @@
Autoconfigured no
Factory Class Full\Qualified\FactoryClass
Factory Method get
 Arguments Service (definition2) 
 Arguments Service(definition2) 
 %parameter% 
 Inlined Service 
 Array (3 element(s)) 
Expand Down

0 comments on commit 6c4d190

Please sign in to comment.