8000 minor #31536 [Workflow] Update MethodMarkingStore (noniagriconomie) · symfony/symfony@0c1a3dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c1a3dc

Browse files
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 ------- c863652 [Workflow] Update MethodMarkingStore
2 parents 86bc1be + c863652 commit 0c1a3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* This store deals with a "single state" or "multiple state" Marking.
2121
*
2222
* "single state" Marking means a subject can be in one and only one state at
23-
* the same time. Use it with state machine or specific workflow.
23+
* the same time. Use it with state machine.
2424
*
2525
* "multiple state" Marking means a subject can be in many states at the same
2626
* time. Use it with workflow.

0 commit comments

Comments
 (0)
0