adjust Client::getProfile() typehint

This commit is contained in:
Kevin Bond 2020-11-27 09:11:20 -05:00
parent 458ee9aa2a
commit 5f2bb905e7
No known key found for this signature in database
GPG Key ID: E58ACC1E3892C795
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Client extends HttpKernelBrowser
/**
* Gets the profile associated with the current Response.
*
* @return HttpProfile|false A Profile instance
* @return HttpProfile|false|null A Profile instance
*/
public function getProfile()
{