@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | * @param mixed[] $data table cell data. |
| 52 | 52 | * @param mixed[] $columnSpecs table columns cell settings. |
| 53 | 53 | * |
| 54 | - * @return object the html table object. |
|
| 54 | + * @return CHTMLTable the html table object. |
|
| 55 | 55 | */ |
| 56 | 56 | public function create($tableSpecs = [], $data = [], $columnSpecs = []) |
| 57 | 57 | { |
@@ -455,7 +455,7 @@ discard block |
||
| 455 | 455 | * |
| 456 | 456 | * Gets the table with table data. |
| 457 | 457 | * |
| 458 | - * @return html the table with table data. |
|
| 458 | + * @return string the table with table data. |
|
| 459 | 459 | */ |
| 460 | 460 | public function getHTMLTable() |
| 461 | 461 | { |