Completed
Push — master ( 535423...104ab9 )
by Gunnar
03:09
created
src/HTMLTable/CHTMLTable.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,11 +47,11 @@  discard block
 block discarded – undo
47 47
      * specified, a table footer. It is possible to specify the table and the
48 48
      * tabel cells settings per column.
49 49
      *
50
-     * @param  [] $tableSpec    table settings.
50
+     * @param  [] $tableSpecs    table settings.
51 51
      * @param  [] $data         table cell data.
52 52
      * @param  [] $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
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * Merges the table specifications with the default specifications.
86 86
      * Default table CSS id is html-table.
87 87
      *
88
-     * @param [] $table     table settings.
88
+     * @param [] $tableSpec     table settings.
89 89
      *
90 90
      * @return void
91 91
      */
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
      *
463 463
      * Gets the table with table data.
464 464
      *
465
-     * @return html     the table with table data.
465
+     * @return string     the table with table data.
466 466
      */
467 467
     public function getHTMLTable()
468 468
     {
Please login to merge, or discard this patch.