8000 fix class namespace by @insekticid and doc block fix · cordoval/symfony@89bde6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 89bde6e

Browse files
committed
fix class namespace by @insekticid and doc block fix
1 parent 48c9985 commit 89bde6e

File tree

1 file changed

+1
-3
lines changed
  • src/Symfony/Component/Console/Helper

1 file changed

+1
-3
lines changed

src/Symfony/Component/Console/Helper/Table.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)
0