Skip to content

Commit

Permalink
Merge pull request #6547 from ddevsr/fix-doctype-table
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Sep 17, 2022
2 parents 9e8b524 + 2956903 commit 591f90b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions system/View/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ public function makeColumns($array = [], $columnLimit = 0)
/**
* Set "empty" cells
*
* Can be passed as an array or discreet params
*
* @param mixed $value
* @param string $value
*
* @return Table
*/
Expand Down Expand Up @@ -256,7 +254,7 @@ public function setCaption($caption)
/**
* Generate the table
*
* @param mixed $tableData
* @param array|BaseResult|null $tableData
*
* @return string
*/
Expand Down

0 comments on commit 591f90b

Please sign in to comment.