Skip to content

Commit 672009b

Browse files
authored
Update message-passing.mdx
1 parent d1e4657 commit 672009b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/develop/php/message-passing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@ Use [`Workflow::registerDynamicUpdate()`](https://php.temporal.io/classes/Tempor
904904

905905
The method accepts two arguments:
906906

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
909909

910910
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.
911911

0 commit comments

Comments
 (0)