Skip to content

Commit d070863

Browse files
committed
adjust KernelBrowser::getProfile() typehint
1 parent e59b073 commit d070863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getKernel()
6565
/**
6666
* Gets the profile associated with the current Response.
6767
*
68-
* @return HttpProfile|false A Profile instance
68+
* @return HttpProfile|false|null A Profile instance
6969
*/
7070
public function getProfile()
7171
{

0 commit comments

Comments
 (0)