@@ -224,15 +224,14 @@ public function setRow($column, array $row)
224
224
* Renders table to output.
225
225
*
226
226
* Example:
227
- * <code>
228
- * +---------------+-----------------------+------------------+
229
- * | ISBN | Title | Author |
230
- * +---------------+-----------------------+------------------+
231
- * | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
232
- * | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
233
- * | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
234
- * +---------------+-----------------------+------------------+
235
- * </code>
227
+ *
228
+ * +---------------+-----------------------+------------------+
229
+ * | ISBN | Title | Author |
230
+ * +---------------+-----------------------+------------------+
231
+ * | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
232
+ * | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
233
+ * | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
234
+ * +---------------+-----------------------+------------------+
236
235
*/
237
236
public function render ()
238
237
{
@@ -266,7 +265,9 @@ public function render()
266
265
/**
267
266
* Renders horizontal header separator.
268
267
*
269
- * Example: <code>+-----+-----------+-------+</code>
268
+ * Example:
269
+ *
270
+ * +-----+-----------+-------+
270
271
*/
271
272
private function renderRowSeparator ()
272
273
{
@@ -297,7 +298,9 @@ private function renderColumnSeparator()
297
298
/**
298
299
* Renders table row.
299
300
*
300
- * Example: <code>| 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |</code>
301
+ * Example:
302
+ *
303
+ * | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
301
304
*
302
305
* @param array $row
303
306
* @param string $cellFormat
0 commit comments