Skip to content

Commit 0b30145

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Update workflow docs for $context in GuardEvent
2 parents 659bffa + 2b08260 commit 0b30145

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 accessible in all events::
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)