minor #31536 [Workflow] Update MethodMarkingStore (noniagriconomie)

This PR was squashed before being merged into the 4.3 branch (closes #31536).

Discussion
----------

[Workflow] Update MethodMarkingStore

| Q             | A
| ------------- | ---
| Branch?       | 4.3 (related to deprecation of single/multiple marking store)
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | .
| License       | MIT
| Doc PR        | already documented

Minor fix

Commits
-------

c8636523d3 [Workflow] Update MethodMarkingStore
This commit is contained in:
Nicolas Grekas 2019-05-20 13:45:47 +02:00
commit 0c1a3dcdfb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ use Symfony\Component\Workflow\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
* 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
* time. Use it with workflow.