Skip to content

Commit ff9fa4b

Browse files
authored
Fix variable name for child workflow result
1 parent 69ea78c commit ff9fa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/child-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ParentWorkflow extends Workflow
1616
{
1717
public function execute()
1818
{
19-
$childResult = yield ChildWorkflowStub::make(ChildWorkflow::class);
19+
$result = yield ChildWorkflowStub::make(ChildWorkflow::class);
2020
}
2121
}
2222
```

0 commit comments

Comments
 (0)