`ArrayToTextTableHelper`: Update PHPDoc for constructor

This commit is contained in:
raviks789 2023-08-14 11:29:03 +02:00
parent 06d61001b1
commit c0145890a3
1 changed files with 1 additions and 4 deletions

View File

@ -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)
{