From 75ab07c8046457b7210c7f32b84501398d9777f0 Mon Sep 17 00:00:00 2001 From: AmalricBzh Date: Wed, 23 Oct 2019 21:30:47 +0200 Subject: [PATCH] Replace deprecated configuration key The "framework.workflows.workflows..marking_store.arguments" configuration key has been deprecated in Symfony 4.3. Use "property" instead. --- workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow.rst b/workflow.rst index 83ac47d0880..26f64be175b 100644 --- a/workflow.rst +++ b/workflow.rst @@ -185,7 +185,7 @@ As configured, the following property is used by the marking store:: .. tip:: The ``marking_store.type`` (the default value depends on the ``type`` value) - and ``arguments`` (default value ``['marking']``) attributes of the + and ``property`` (default value ``['marking']``) attributes of the ``marking_store`` option are optional. If omitted, their default values will be used. It's highly recommenced to use the default value.