Skip to content

Commit

Permalink
Merge pull request #166 from php-etl/gplanchat-patch-1
Browse files Browse the repository at this point in the history
Fix Filtering plugin
  • Loading branch information
gplanchat authored Dec 10, 2024
2 parents 0619727 + d6de3e3 commit 8382034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Plugin/Filtering/Builder/Drop.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class: new Node\Name\FullyQualified('Kiboko\\Component\\Bucket\\RejectionResultB
'getMessage'
),
),
new Node\Expr\ConstFetch(
new Node\Arg(
new Node\Expr\Variable('exception'),
),
new Node\Arg(
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/Filtering/Builder/Reject.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class: new Node\Name\FullyQualified(
'getMessage'
),
),
new Node\Expr\ConstFetch(
new Node\Arg(
new Node\Expr\Variable('exception'),
),
new Node\Arg(
Expand Down

0 comments on commit 8382034

Please sign in to comment.