@@ -224,15 +224,14 @@ public function setRow($column, array $row)
224224 * Renders table to output.
225225 *
226226 * 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+ * +---------------+-----------------------+------------------+
236235 */
237236 public function render ()
238237 {
@@ -266,7 +265,9 @@ public function render()
266265 /**
267266 * Renders horizontal header separator.
268267 *
269- * Example: <code>+-----+-----------+-------+</code>
268+ * Example:
269+ *
270+ * +-----+-----------+-------+
270271 */
271272 private function renderRowSeparator ()
272273 {
@@ -297,7 +298,9 @@ private function renderColumnSeparator()
297298 /**
298299 * Renders table row.
299300 *
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 |
301304 *
302305 * @param array $row
303306 * @param string $cellFormat
0 commit comments