Skip to content

Commit 749cadd

Browse files
committed
Run CS fixer
1 parent 2e75c61 commit 749cadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Session/Middleware/InitializeSession.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(
3232
* Handles a new connection to the server.
3333
*
3434
* @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
35+
* @throws MissingRequest if the HTTP request has not been parsed before this middleware is executed
3636
*/
3737
public function onOpen(Connection $connection): void
3838
{

0 commit comments

Comments
 (0)