Skip to content

Commit

Permalink
Added the optional handle argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
aeviiq committed Jul 15, 2021
1 parent b23b4b2 commit 693466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransitionerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function forwards(FormFlowInterface $flow): Status;
*
* @throws TransitionException When the current step is the first step.
*/
public function backwards(FormFlowInterface $flow): Status;
public function backwards(FormFlowInterface $flow, bool $handleForm = true): Status;

/**
* Attempts to complete the given flow.
Expand Down

0 comments on commit 693466e

Please sign in to comment.