mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
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
|
* Prepare array into textual format
|
||||||
*
|
*
|
||||||
* @param array $rows The input array
|
* @param $rows
|
||||||
* @param bool $head Show heading
|
|
||||||
* @param int $maxWidth Max Column Height (returns)
|
|
||||||
* @param int $maxHeight Max Row Width (chars)
|
|
||||||
*/
|
*/
|
||||||
public function __construct($rows)
|
public function __construct($rows)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user