8000 Merge branch '4.4' into 5.1 · symfony/symfony-docs@ca6618c · GitHub
[go: up one dir, main page]

Skip to content

Commit ca6618c

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Update event_dispatcher.rst
2 parents 8adb4f1 + 858ddc0 commit ca6618c

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
@@ -305,7 +305,7 @@ order. Start by creating this custom event class and documenting it::
305305
$this->order = $order;
306306
}
307307

308-
public function getOrder()
308+
public function getOrder(): Order
309309
{
310310
return $this->order;
311311
}

0 commit comments

Comments
 (0)
0