Skip to content

Commit 7bb019e

Browse files
authored
Remove return type declaration from process method
1 parent 3957d4a commit 7bb019e

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
@@ -97,7 +97,7 @@ class ParentWorkflow extends Workflow
9797
private ?string $status = null;
9898

9999
#[SignalMethod]
100-
public function process(string $status): void
100+
public function process(string $status)
101101
{
102102
$this->processed = true;
103103
$this->status = $status;

0 commit comments

Comments
 (0)