Skip to content

Commit 19ea5dc

Browse files
committed
minor #18551 [FrameworkBundle] Remove misleading comment (JhonnyL)
This PR was merged into the 2.7 branch. Discussion ---------- [FrameworkBundle] Remove misleading comment | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This is not true for service_container anymore. Commits ------- 9f2f858 [FrameworkBundle] Remove misleading comment
2 parents 3051eec + 96d0a75 commit 19ea5dc

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)