You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop/php/message-passing.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -904,8 +904,8 @@ Use [`Workflow::registerDynamicUpdate()`](https://php.temporal.io/classes/Tempor
904
904
905
905
The method accepts two arguments:
906
906
907
-
- Update Handler.
908
-
- Update Validator (optional) that should throw an exception if the validation fails.
907
+
- Update Handler
908
+
- Update Validator (optional) that should throw an exception if the validation fails
909
909
910
910
Both, the Handler and the Validator must accept a `string` name and [`ValuesInterface`](https://php.temporal.io/classes/Temporal-DataConverter-ValuesInterface.html) for the arguments.
0 commit comments