Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\DummyLexer::lex PHP Method

lex() public method

public lex ( string $value ) : array
$value string
return array
    public function lex(string $value) : array
    {
        return [$value];
    }
DummyLexer