Skip to content

Commit f295d08

Browse files
Workflow: add 2nd arg to property setter example
1 parent ef32156 commit f295d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The configured property will be used via it's implemented getter/setter methods
175175
return $this->currentPlace;
176176
}
177177

178-
public function setCurrentPlace($currentPlace)
178+
public function setCurrentPlace($currentPlace, $context = [])
179179
{
180180
$this->currentPlace = $currentPlace;
181181
}

0 commit comments

Comments
 (0)