Skip to content

Commit 60ca23d

Browse files
[FrameworkBundle] Simplify marking store configuration
1 parent e4799d5 commit 60ca23d

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)