We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4799d5 commit 60ca23dCopy full SHA for 60ca23d
workflow.rst
@@ -167,6 +167,11 @@ follows:
167
``'draft'`` or ``!php/const App\Entity\BlogPost::TRANSITION_TO_REVIEW``
168
instead of ``'to_review'``.
169
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
175
The configured property will be used via its implemented getter/setter methods by the marking store::
176
177
// src/Entity/BlogPost.php
0 commit comments