Skip to content

Commit c9a6443

Browse files
committed
Merge branch '4.4'
* 4.4: Adding missing semicolon
2 parents e9cde48 + 15875d0 commit c9a6443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ these statuses are called **places**. You can define the workflow like this::
5050
;
5151

5252
$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
53+
$property = 'currentState'; // subject property name where the state is stored
5454
$marking = new MethodMarkingStore($singleState, $property);
5555
$workflow = new Workflow($definition, $marking);
5656

0 commit comments

Comments
 (0)