Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75ab07c

Browse files
authored
Replace deprecated configuration key
The "framework.workflows.workflows..marking_store.arguments" configuration key has been deprecated in Symfony 4.3. Use "property" instead.
1 parent 0815017 commit 75ab07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ As configured, the following property is used by the marking store::
185185
.. tip::
186186

187187
The ``marking_store.type`` (the default value depends on the ``type`` value)
188-
and ``arguments`` (default value ``['marking']``) attributes of the
188+
and ``property`` (default value ``['marking']``) attributes of the
189189
``marking_store`` option are optional. If omitted, their default values will
190190
be used. It's highly recommenced to use the default value.
191191

0 commit comments

Comments
 (0)