Skip to content

Commit 4b33125

Browse files
authoredSep 30, 2021
Merge pull request #6 from php-etl/fix/run-method
Added tearDown methods
2 parents ecea800 + 1b850f1 commit 4b33125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/PipelineRunner.php

+3
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,8 @@ public function run(
8282

8383
$wrapper->next($source);
8484
}
85+
86+
$state->teardown();
87+
$rejection->teardown();
8588
}
8689
}

0 commit comments

Comments
 (0)
Please sign in to comment.