Skip to content

Commit

Permalink
Adding unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Dec 24, 2019
1 parent 7615923 commit 1c83ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/DataTable/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function __toString()
/**
* Set the DataTable to be rendered
*
* @param DataTable|Simple|DataTable\Map $table table to be rendered
* @param DataTableInterface $table table to be rendered
* @throws Exception
*/
public function setTable($table)
Expand Down
2 changes: 1 addition & 1 deletion plugins/API/DataTable/MergeDataTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class MergeDataTables
{
/**
* Merge the columns of two data tables.
* Merge the columns of two data tables. Only takes into consideration the first row of each table.
* Manipulates the first table.
*
* @param DataTable|DataTable\Map $table1 The table to eventually filter.
Expand Down

0 comments on commit 1c83ed2

Please sign in to comment.