Skip to content

[Scoper] Handle callables #294

@theofidry

Description

@theofidry

e.g.:

if ($type & self::OUTPUT_RAW) {
                $messages = \array_map(['Symfony\Component\Console\Formatter\OutputFormatter', 'escape'], $messages);
            }
return \call_user_func_array(array('Symfony\\Component\\Debug\\Exception\\FlattenException', $method), $args);

This peculiar case could be part of #286, but more generally I believe such strings should be scoped properly. without much risks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions