Completed
Push — master ( 4de7dd...ec0e2e )
by Nuno
01:41
created
src/Table/TableColumn.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 	/**
112 112
 	 * render column header cell <th>
113 113
 	 *
114
-	 * @return mixed
114
+	 * @return string
115 115
 	 */
116 116
 	public function renderHeader()
117 117
 	{
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
 	 * render column body cell <td>
153 153
 	 *
154 154
 	 * @param $row
155
-	 * @return mixed
155
+	 * @return string
156 156
 	 */
157 157
 	public function renderBody( &$row )
158 158
 	{
Please login to merge, or discard this patch.