Skip to content

Commit 96d0a75

Browse files
committed
[FrameworkBundle] Remove misleading comment
1 parent 30bbd00 commit 96d0a75

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
@@ -227,7 +227,6 @@ protected function describeContainerServices(ContainerBuilder $builder, array $o
227227
$alias = $definition;
228228
$table->addRow(array_merge(array($serviceId, sprintf('alias for "%s"', $alias)), $tagsCount ? array_fill(0, $tagsCount, '') : array()));
229229
} else {
230-
// we have no information (happens with "service_container")
231230
$table->addRow(array_merge(array($serviceId, get_class($definition)), $tagsCount ? array_fill(0, $tagsCount, '') : array()));
232231
}
233232
}

0 commit comments

Comments
 (0)