Skip to content

Commit 4b33125

Browse files
authored
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

Lines changed: 3 additions & 0 deletions
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)