We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b650a commit 7c24540Copy full SHA for 7c24540
stubs/Symfony/Component/HttpFoundation/Request.stub
@@ -29,6 +29,6 @@ class Request
29
/**
30
* @return \Symfony\Component\HttpFoundation\Session\Session
31
*/
32
- public function getSession(): SessionInterface;
+ public function getSession();
33
34
}
0 commit comments