Skip to content

Commit 2b08260

Browse files
committed
Tweak
1 parent 6175eb7 commit 2b08260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflow.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ order:
388388

389389
.. versionadded:: 5.2
390390

391-
In Symfony 5.2, the context is customizable for all events except for workflow.guard events, which will not receive the custom $context::
391+
In Symfony 5.2, the context is customizable for all events except for
392+
``workflow.guard`` events, which will not receive the custom ``$context``::
392393

393394
// $context must be an array
394395
$context = ['context_key' => 'context_value'];

0 commit comments

Comments
 (0)