Skip to content

Commit 0bd38e4

Browse files
trsteel88dbu
authored andcommitted
add missing comments
1 parent c8de775 commit 0bd38e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Event/RouterMatchEvent.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ public function __construct(Request $request = null)
2020
$this->request = $request;
2121
}
2222

23+
/**
24+
* @return Request | null
25+
*/
2326
public function getRequest()
2427
{
2528
return $this->request;

0 commit comments

Comments
 (0)