Skip to content

Commit

Permalink
Run CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Aug 26, 2024
1 parent 2e75c61 commit 749cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session/Middleware/InitializeSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(
* Handles a new connection to the server.
*
* @throws InvalidRequestHeader if the Cookie header contains an invalid value
* @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
*/
public function onOpen(Connection $connection): void
{
Expand Down

0 comments on commit 749cadd

Please sign in to comment.