minor #39199 [FrameworkBundle] [minor] adjust Client::getProfile() typehint (kbond)

This PR was merged into the 4.4 branch.

Discussion
----------

[FrameworkBundle] [minor] adjust Client::getProfile() typehint

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | n/a
| License       | MIT
| Doc PR        | n/a

#39198's fix for 4.4.

Commits
-------

5f2bb905e7 adjust Client::getProfile() typehint
This commit is contained in:
Alexander M. Turek 2020-11-27 16:28:45 +01:00
commit 986f99d9c2
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()
{