validation-bugsnag-email
This commit is contained in:
@@ -10,6 +10,6 @@ class IDLeftPart extends LocalPart
|
||||
{
|
||||
protected function parseComments(): Result
|
||||
{
|
||||
return new InvalidEmail(new CommentsInIDRight(), $this->lexer->token['value']);
|
||||
return new InvalidEmail(new CommentsInIDRight(), $this->lexer->current->value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user