Skip to content

Commit 9f5a58c

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: add @event annotation for AuthenticationEvents add @event annotation for KernelEvents bumped Symfony version to 2.7.13 updated VERSION for 2.7.12 update CONTRIBUTORS for 2.7.12 updated CHANGELOG for 2.7.12 bumped Symfony version to 2.3.41 updated VERSION for 2.3.40 update CONTRIBUTORS for 2.3.40 updated CHANGELOG for 2.3.40 Revert "minor #18257 [Routing] Don't needlessly execute strtr's as they are fairly expensive (arjenm)" Revert "fixed CS" [FrameworkBundle] Remove misleading comment bug #17460 [DI] fix ambiguous services schema
2 parents 6e152c0 + 19ea5dc commit 9f5a58c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Console/Descriptor/TextDescriptor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ protected function describeContainerServices(ContainerBuilder $builder, array $o
234234
$alias = $definition;
235235
$tableRows[] = array_merge(array($serviceId, sprintf('alias for "%s"', $alias)), $tagsCount ? array_fill(0, $tagsCount, '') : array());
236236
} else {
237-
// we have no information (happens with "service_container")
238237
$tableRows[] = array_merge(array($serviceId, get_class($definition)), $tagsCount ? array_fill(0, $tagsCount, '') : array());
239238
}
240239
}

0 commit comments

Comments
 (0)