Skip to content

Commit 858ddc0

Browse files
committed
minor #14605 [EventDispatcher] small improvement (noniagriconomie)
This PR was merged into the 4.4 branch. Discussion ---------- [EventDispatcher] small improvement Commits ------- 691ed5f Update event_dispatcher.rst
2 parents c5b84ac + 691ed5f commit 858ddc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ order. Start by creating this custom event class and documenting it::
313313
$this->order = $order;
314314
}
315315

316-
public function getOrder()
316+
public function getOrder(): Order
317317
{
318318
return $this->order;
319319
}

0 commit comments

Comments
 (0)