We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9d5a3 commit ebddfc8Copy full SHA for ebddfc8
workflow.rst
@@ -620,7 +620,7 @@ place::
620
// Block the transition "publish" if it is more than 8 PM
621
// with the message for end user
622
$explanation = $event->getMetadata('explanation', $eventTransition);
623
- $event->addTransitionBlocker(new TransitionBlocker($explanation , 0));
+ $event->addTransitionBlocker(new TransitionBlocker($explanation , '0'));
624
}
625
626
public static function getSubscribedEvents()
0 commit comments