mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
* bold column headings
This commit is contained in:
@@ -376,7 +376,8 @@ List all depencies the package has.'
|
||||
if (is_array($info['release_deps'])) {
|
||||
$this->ui->startTable(array('caption' => 'Dependencies for ' . $info['package'],
|
||||
'border' => true));
|
||||
$this->ui->tableRow(array("Type", "Name", "Relation", "Version"));
|
||||
$this->ui->tableRow(array("Type", "Name", "Relation", "Version"),
|
||||
array('bold' => true));
|
||||
|
||||
foreach ($info['release_deps'] as $d) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user