Skip to content

Commit c4e8e83

Browse files
committed
minor #10074 Remove typo in example constructor (vngrp)
This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes #10074). Discussion ---------- 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. Commits ------- 81fac04 Remove typo in example constructor
2 parents c3d69d7 + 81fac04 commit c4e8e83

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)