`ArrayToTextTableHelper`: Update PHPDoc for constructor
This commit is contained in:
parent
06d61001b1
commit
c0145890a3
|
@ -51,10 +51,7 @@ class ArrayToTextTableHelper
|
|||
/**
|
||||
* Prepare array into textual format
|
||||
*
|
||||
* @param array $rows The input array
|
||||
* @param bool $head Show heading
|
||||
* @param int $maxWidth Max Column Height (returns)
|
||||
* @param int $maxHeight Max Row Width (chars)
|
||||
* @param $rows
|
||||
*/
|
||||
public function __construct($rows)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue