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 6175eb7 commit 2b08260Copy full SHA for 2b08260
workflow.rst
@@ -388,7 +388,8 @@ order:
388
389
.. versionadded:: 5.2
390
391
- In Symfony 5.2, the context is customizable for all events except for workflow.guard events, which will not receive the custom $context::
+ In Symfony 5.2, the context is customizable for all events except for
392
+ ``workflow.guard`` events, which will not receive the custom ``$context``::
393
394
// $context must be an array
395
$context = ['context_key' => 'context_value'];
0 commit comments