Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 31, 2025
1 parent 29e29ea commit c9cc79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Operator/Unary/ParenthesisUnaryOperator.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use Twig\Node\Expression\Variable\ContextVariable;
use Twig\Token;

// FIXME: better name: GroupingUnaryOperator?
class ParenthesisUnaryOperator extends AbstractUnaryOperator
{
public function parse(ExpressionParser $parser, int $line): AbstractExpression
Expand Down

0 comments on commit c9cc79d

Please sign in to comment.