Skip to content

Commit

Permalink
adjust KernelBrowser::getProfile() typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Nov 27, 2020
1 parent e59b073 commit d070863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KernelBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getKernel()
/**
* Gets the profile associated with the current Response.
*
* @return HttpProfile|false A Profile instance
* @return HttpProfile|false|null A Profile instance
*/
public function getProfile()
{
Expand Down

0 comments on commit d070863

Please sign in to comment.