Skip to content

Commit c152ccb

Browse 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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy