@@ -263,15 +263,14 @@ public function setRow($column, array $row)
263
263
* Renders table to output.
264
264
*
265
265
* Example:
266
- * <code>
267
- * +---------------+-----------------------+------------------+
268
- * | ISBN | Title | Author |
269
- * +---------------+-----------------------+------------------+
270
- * | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
271
- * | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
272
- * | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
273
- * +---------------+-----------------------+------------------+
274
- * </code>
266
+ *
267
+ * +---------------+-----------------------+------------------+
268
+ * | ISBN | Title | Author |
269
+ * +---------------+-----------------------+------------------+
270
+ * | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
271
+ * | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
272
+ * | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
273
+ * +---------------+-----------------------+------------------+
275
274
*/
276
275
public function render ()
277
276
{
@@ -305,7 +304,9 @@ public function render()
305
304
/**
306
305
* Renders horizontal header separator.
307
306
*
308
- * Example: <code>+-----+-----------+-------+</code>
307
+ * Example:
308
+ *
309
+ * +-----+-----------+-------+
309
310
*/
310
311
private function renderRowSeparator ()
311
312
{
@@ -336,7 +337,9 @@ private function renderColumnSeparator()
336
337
/**
337
338
* Renders table row.
338
339
*
339
- * Example: <code>| 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |</code>
340
+ * Example:
341
+ *
342
+ * | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
340
343
*
341
344
* @param array $row
342
345
* @param string $cellFormat
0 commit comments