Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 150
Zeile 8... Zeile 8...
8
 
8
 
9
class IDLeftPart extends LocalPart
9
class IDLeftPart extends LocalPart
10
{
10
{
11
    protected function parseComments(): Result
11
    protected function parseComments(): Result
12
    {
12
    {
13
       return new InvalidEmail(new CommentsInIDRight(), $this->lexer->token['value']);
13
        return new InvalidEmail(new CommentsInIDRight(), $this->lexer->current->value);
14
    }
14
    }