Fix PHPDoc return type

GetResponseEvent::getResponse() may return null too
This commit is contained in:
Alessandro Lai 2018-07-18 13:02:07 +02:00 committed by GitHub
parent 0902337e19
commit 8e49598788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ class GetResponseEvent extends KernelEvent
/** /**
* Returns the response object. * Returns the response object.
* *
* @return Response * @return Response|null
*/ */
public function getResponse() public function getResponse()
{ {