Skip to content

Commit 3aea107

Browse files
committed
adjust Client::getProfile() typehint
1 parent 3af71db commit 3aea107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getKernel()
6262
/**
6363
* Gets the profile associated with the current Response.
6464
*
65-
* @return HttpProfile|false A Profile instance
65+
* @return HttpProfile|false|null A Profile instance
6666
*/
6767
public function getProfile()
6868
{

0 commit comments

Comments
 (0)