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.
2 parents e9cde48 + 15875d0 commit c9a6443Copy full SHA for c9a6443
components/workflow.rst
@@ -50,7 +50,7 @@ these statuses are called **places**. You can define the workflow like this::
50
;
51
52
$singleState = true; // true if the subject can be in only one state at a given time
53
- $property = 'currentState' // subject property name where the state is stored
+ $property = 'currentState'; // subject property name where the state is stored
54
$marking = new MethodMarkingStore($singleState, $property);
55
$workflow = new Workflow($definition, $marking);
56
0 commit comments