File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/Symfony/Component/Console/Helper Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public function addRow($row)
167
167
}
168
168
169
169
if (!is_array ($ row )) {
170
- throw new InvalidArgumentException ('A row must be an array or a TableSeparator instance. ' );
170
+ throw new \ InvalidArgumentException ('A row must be an array or a TableSeparator instance. ' );
171
171
}
172
172
173
173
$ this ->rows [] = array_values ($ row );
@@ -216,8 +216,6 @@ public function setRow($column, array $row)
216
216
* | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
217
217
* | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
218
218
* +---------------+-----------------------+------------------+
219
- *
220
- * @param OutputInterface $output
221
219
*/
222
220
public function render ()
223
221
{
You can’t perform that action at this time.
0 commit comments