Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Aug 30, 2024
1 parent b7c7d80 commit ad9672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Environment/Fixtures/CustomTokenParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function parse(Token $token): Node
}
$this->parser->getStream()->expect(Token::BLOCK_END_TYPE);

return new Node([], [], $token->getLine(), $this->getTag());
return new Node([], [], $token->getLine());
}

public function getTag(): string
Expand Down

0 comments on commit ad9672e

Please sign in to comment.