Skip to content

Commit 81fac04

Browse files
Pim van Gurpjaviereguiluz
authored andcommitted
Remove typo in example constructor
There was a small typo in the constructor usage in an example. It said '__constructor' instead of '__construct'. This commit simply changes that.
1 parent c3d69d7 commit 81fac04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/state-machines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ you can get this state machine by injecting the Workflow registry service::
201201
{
202202
private $workflows;
203203

204-
public function __constructor(Registry $workflows)
204+
public function __construct(Registry $workflows)
205205
{
206206
$this->workflows = $workflows;
207207
}

0 commit comments

Comments
 (0)