Skip to content

Commit

Permalink
Merge pull request #6 from php-etl/fix/run-method
Browse files Browse the repository at this point in the history
Added tearDown methods
  • Loading branch information
gplanchat authored Sep 30, 2021
2 parents ecea800 + 1b850f1 commit 4b33125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PipelineRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@ public function run(

$wrapper->next($source);
}

$state->teardown();
$rejection->teardown();
}
}

0 comments on commit 4b33125

Please sign in to comment.