Skip to content

Commit

Permalink
Merge pull request #35 from mezzio/1.9.x-merge-up-into-1.10.x_wG4bmnOR
Browse files Browse the repository at this point in the history
Merge release 1.9.1 into 1.10.x
  • Loading branch information
Ocramius authored Jul 29, 2022
2 parents 6a322af + d284097 commit 197e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/SessionNotInitializedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static function forMissingRequestAttribute(): self
return new self(
sprintf(
'A session has not been initialized. Ensure that you pipe the %s middleware prior to'
. 'attempting to retrieve or use a session instance',
. ' attempting to retrieve or use a session instance.',
SessionMiddleware::class
)
);
Expand Down

0 comments on commit 197e5c3

Please sign in to comment.