Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c152ccb

Browse filesBrowse files
committed
minor #10469 fix doc block and namespace by @insekticide (cordoval)
This PR was merged into the 2.5-dev branch. Discussion ---------- fix doc block and namespace by @insekticide |Q |A | |--- |--- | |Bug Fix? |yes | |New Feature? |no | |BC Breaks? |no | |Deprecations?|no | |Tests Pass? |yes | |Fixed Tickets|#10464| |License |MIT | |Doc PR | | Commits ------- 89bde6e fix class namespace by @insekticid and doc block fix
2 parents 48c9985 + 89bde6e commit c152ccb
Copy full SHA for c152ccb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
  • src/Symfony/Component/Console/Helper
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/Table.php
+1-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.