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 13d214c commit 3f7c3d0Copy full SHA for 3f7c3d0
workflow/workflow-and-state-machine.rst
@@ -322,7 +322,7 @@ Workflows and state machines that are defined in a configuration file will be va
322
$definition = new Definition($states, $stateTransitions); //No validation is done upon initialization
323
324
$validator = new StateMachineValidator();
325
- $validator->validate($definition, 'My First StateMachine'); //Throws InvalidDefinitionException in case of an invalid Definition
+ $validator->validate($definition, 'My First StateMachine'); // Throws InvalidDefinitionException in case of an invalid definition
326
327
328
.. _`Petri nets`: https://en.wikipedia.org/wiki/Petri_net
0 commit comments