mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
* bold column headings
This commit is contained in:
parent
457af88cf4
commit
5819f202f9
1 changed files with 2 additions and 1 deletions
|
@ -376,7 +376,8 @@ List all depencies the package has.'
|
||||||
if (is_array($info['release_deps'])) {
|
if (is_array($info['release_deps'])) {
|
||||||
$this->ui->startTable(array('caption' => 'Dependencies for ' . $info['package'],
|
$this->ui->startTable(array('caption' => 'Dependencies for ' . $info['package'],
|
||||||
'border' => true));
|
'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) {
|
foreach ($info['release_deps'] as $d) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue