[2.7][Console] Table: fix some PhpDoc

This commit is contained in:
Maxime Steinhausser 2015-12-11 18:53:49 +01:00
parent f253d624a0
commit 1eaef57c13

View File

@ -332,7 +332,7 @@ class Table
$columns[] = $this->getNumberOfColumns($row);
}
return $this->numberOfColumns = max($columns);
$this->numberOfColumns = max($columns);
}
private function buildTableRows($rows)
@ -487,7 +487,7 @@ class Table
*
* @param array $row
*
* @return array()
* @return array
*/
private function getRowColumns($row)
{
@ -529,8 +529,6 @@ class Table
/**
* Gets column width.
*
* @param int $column
*
* @return int
*/
private function getColumnSeparatorWidth()