Skip to content

Commit 691ed5f

Browse files
Update event_dispatcher.rst
1 parent c5b84ac commit 691ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

+1-1
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)