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 @@ -182,13 +182,15 @@ public function setRow($column, array $row)
182
182
* Renders table to output.
183
183
*
184
184
* Example:
185
+ * <code>
185
186
* +---------------+-----------------------+------------------+
186
187
* | ISBN | Title | Author |
187
188
* +---------------+-----------------------+------------------+
188
189
* | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
189
190
* | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
190
191
* | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
191
192
* +---------------+-----------------------+------------------+
193
+ * </code>
192
194
*/
193
195
public function render ()
194
196
{
@@ -220,7 +222,7 @@ public function render()
220
222
/**
221
223
* Renders horizontal header separator.
222
224
*
223
- * Example: +-----+-----------+-------+
225
+ * Example: <code> +-----+-----------+-------+</code>
224
226
*/
225
227
private function renderRowSeparator ()
226
228
{
@@ -251,7 +253,7 @@ private function renderColumnSeparator()
251
253
/**
252
254
* Renders table row.
253
255
*
254
- * Example: | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
256
+ * Example: <code> | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |</code>
255
257
*
256
258
* @param array $row
257
259
* @param string $cellFormat
You can’t perform that action at this time.
0 commit comments