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)
167167 }
168168
169169 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. ' );
171171 }
172172
173173 $ this ->rows [] = array_values ($ row );
@@ -216,8 +216,6 @@ public function setRow($column, array $row)
216216 * | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
217217 * | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien |
218218 * +---------------+-----------------------+------------------+
219- *
220- * @param OutputInterface $output
221219 */
222220 public function render ()
223221 {
You can’t perform that action at this time.
0 commit comments