Skip to content

Commit 8382034

Browse files
authored
Merge pull request #166 from php-etl/gplanchat-patch-1
Fix Filtering plugin
2 parents 0619727 + d6de3e3 commit 8382034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Plugin/Filtering/Builder/Drop.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class: new Node\Name\FullyQualified('Kiboko\\Component\\Bucket\\RejectionResultB
130130
'getMessage'
131131
),
132132
),
133-
new Node\Expr\ConstFetch(
133+
new Node\Arg(
134134
new Node\Expr\Variable('exception'),
135135
),
136136
new Node\Arg(

src/Plugin/Filtering/Builder/Reject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class: new Node\Name\FullyQualified(
132132
'getMessage'
133133
),
134134
),
135-
new Node\Expr\ConstFetch(
135+
new Node\Arg(
136136
new Node\Expr\Variable('exception'),
137137
),
138138
new Node\Arg(

0 commit comments

Comments
 (0)