Psaml run 1

This commit is contained in:
Eduardo Gulias Davis
2020-09-12 16:55:59 +02:00
parent afd6bcba6a
commit b76c116718
7 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class LocalPart extends Parser
return $parseAgain;
}
private function parseComments()
private function parseComments(): Result
{
$commentParser = new Comment($this->lexer, new LocalComment());
$result = $commentParser->parse();