Completed
Push — master ( f364ed...5bc0ec )
by Gunnar
02:56
created
src/HTMLTable/CHTMLTable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.