minor #16973 [2.8][Console] Table: fix some PhpDoc (ogizanagi)

This PR was merged into the 2.8 branch.

Discussion
----------

[2.8][Console] Table: fix some PhpDoc

| Q             | A
| ------------- | ---
| Fixed tickets | n/a
| License       | MIT

2.7 PR: #16972

Commits
-------

3efe535 [2.8][Console] Table: fix some PhpDoc
This commit is contained in:
Tobias Schultze 2015-12-12 21:05:07 +01:00
commit e829a88b4e

View File

@ -555,11 +555,9 @@ class Table
}
/**
* Gets column width.
* Calculates columns widths.
*
* @param int $column
*
* @return int
* @param array $rows
*/
private function calculateColumnsWidth($rows)
{