Skip to content

Commit

Permalink
docs: replace PHPDoc mixed in view table
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Sep 17, 2022
1 parent 9e8b524 commit f0cee63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/View/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function makeColumns($array = [], $columnLimit = 0)
*
* Can be passed as an array or discreet params
*
* @param mixed $value
* @param string $value
*
* @return Table
*/
Expand Down Expand Up @@ -256,7 +256,7 @@ public function setCaption($caption)
/**
* Generate the table
*
* @param mixed $tableData
* @param array|BaseResult|null $tableData
*
* @return string
*/
Expand Down

0 comments on commit f0cee63

Please sign in to comment.