8000 Symfony\Component\Console\Helper\Table::addRow throws undefined Exception · Issue #10464 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Symfony\Component\Console\Helper\Table::addRow throws undefined Exception #10464
Closed
@insekticid

Description

@insekticid

https://github.com/symfony/Console/blob/master/Helper/Table.php#L170

InvalidArgumentException

        if (!is_array($row)) {
            throw new InvalidArgumentException('A row must be an array or a TableSeparator instance.');
        }

instead of

        if (!is_array($row)) {
            throw new \InvalidArgumentException('A row must be an array or a TableSeparator instance.');
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0