File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Symfony/Component/Console/Helper Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -188,13 +188,15 @@ public function setRow($column, array $row)
188
188
* Renders table to output.
189
189
*
190
190
* Example:
191
+ * <code>
191
192
* +---------------+-----------------------+------------------+
192
193
* | ISBN | Title | Author |
193
194
* +---------------+-----------------------+------------------+
194
195
* | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
195
196
* | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
196
197
* | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
197
198
* +---------------+-----------------------+------------------+
199
+ * </code>
198
200
*/
199
201
public function render ()
200
202
{
@@ -226,7 +228,7 @@ public function render()
226
228
/**
227
229
* Renders horizontal header separator.
228
230
*
229
- * Example: +-----+-----------+-------+
231
+ * Example: <code> +-----+-----------+-------+</code>
230
232
*/
231
233
private function renderRowSeparator ()
232
234
{
@@ -257,7 +259,7 @@ private function renderColumnSeparator()
257
259
/**
258
260
* Renders table row.
259
261
*
260
- * Example: | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
262
+ * Example: <code> | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |</code>
261
263
*
262
264
* @param array $row
263
265
* @param string $cellFormat
You can’t perform that action at this time.
0 commit comments