Skip to content

Commit 0b37469

Browse files
committed
-
1 parent b4ab86d commit 0b37469

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

workflow/workflow-and-state-machine.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,9 @@ to access the proper service::
286286

287287
class SomeService
288288
{
289-
private $stateMachine;
290-
291289
public function __construct(
292290
private StateMachine $stateMachine,
293-
)
294-
{
295-
$this->stateMachine = $stateMachine;
291+
) {
296292
}
297293

298294
public function someMethod(PullRequest $pullRequest)

0 commit comments

Comments
 (0)