Skip to content

Commit

Permalink
newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jun 16, 2016
1 parent 2a384f0 commit 9562e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InterruptibleProcessor.php
Expand Up @@ -29,6 +29,7 @@ public function process(array $stages, $payload)
{
foreach ($stages as $stage) {
$payload = call_user_func($stage, $payload);

if (true !== call_user_func($this->check, $payload)) {
return $payload;
}
Expand Down

0 comments on commit 9562e70

Please sign in to comment.