Skip to content

Commit 5379e57

Browse files
committed
minor #18630 [FrameworkBundle] Simplify marking store configuration (alexandre-daubois)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Simplify marking store configuration Fix #18628 Commits ------- 60ca23d [FrameworkBundle] Simplify marking store configuration
2 parents 9dd0825 + 60ca23d commit 5379e57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

workflow.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ follows:
167167
``'draft'`` or ``!php/const App\Entity\BlogPost::TRANSITION_TO_REVIEW``
168168
instead of ``'to_review'``.
169169

170+
.. versionadded:: 6.4
171+
172+
Since Symfony 6.4, the ``type`` option under ``marking_store`` can be
173+
omitted when the ``property`` option is explicitly set.
174+
170175
The configured property will be used via its implemented getter/setter methods by the marking store::
171176

172177
// src/Entity/BlogPost.php

0 commit comments

Comments
 (0)