We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e75c61 commit 749caddCopy full SHA for 749cadd
src/Session/Middleware/InitializeSession.php
@@ -32,7 +32,7 @@ public function __construct(
32
* Handles a new connection to the server.
33
*
34
* @throws InvalidRequestHeader if the Cookie header contains an invalid value
35
- * @throws MissingRequest if the HTTP request has not been parsed before this middleware is executed
+ * @throws MissingRequest if the HTTP request has not been parsed before this middleware is executed
36
*/
37
public function onOpen(Connection $connection): void
38
{
0 commit comments