[2.8][Console] Table: fix some PhpDoc

This commit is contained in:
Maxime Steinhausser 2015-12-11 18:56:44 +01:00
parent dd7830314a
commit 3efe535dad

View File

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