diff --git a/components/workflow.rst b/components/workflow.rst index 029b0d7dfe5..137695ddb0f 100644 --- a/components/workflow.rst +++ b/components/workflow.rst @@ -50,7 +50,7 @@ these statuses are called **places**. You can define the workflow like this:: ; $singleState = true; // true if the subject can be in only one state at a given time - $property = 'currentState' // subject property name where the state is stored + $property = 'currentState'; // subject property name where the state is stored $marking = new MethodMarkingStore($singleState, $property); $workflow = new Workflow($definition, $marking);