[Workflow] Update MethodMarkingStore

This commit is contained in:
Antoine Makdessi 2019-05-18 23:50:26 +02:00 committed by Nicolas Grekas
parent e606ac1916
commit c8636523d3

View File

@ -20,7 +20,7 @@ use Symfony\Component\Workflow\Marking;
* This store deals with a "single state" or "multiple state" Marking. * This store deals with a "single state" or "multiple state" Marking.
* *
* "single state" Marking means a subject can be in one and only one state at * "single state" Marking means a subject can be in one and only one state at
* the same time. Use it with state machine or specific workflow. * the same time. Use it with state machine.
* *
* "multiple state" Marking means a subject can be in many states at the same * "multiple state" Marking means a subject can be in many states at the same
* time. Use it with workflow. * time. Use it with workflow.