Skip to content

Commit 8e49598

Browse files
authored
Fix PHPDoc return type
GetResponseEvent::getResponse() may return null too
1 parent 0902337 commit 8e49598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class GetResponseEvent extends KernelEvent
2929
/**
3030
* Returns the response object.
3131
*
32-
* @return Response
32+
* @return Response|null
3333
*/
3434
public function getResponse()
3535
{

0 commit comments

Comments
 (0)