Skip to content

Commit

Permalink
Format code. (#5069)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Sep 4, 2022
1 parent c8e7aa0 commit 4632e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SessionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ interface SessionInterface
/**
* Starts the session storage.
*
* @throws \RuntimeException if session fails to start
* @return bool True if session started
* @throws \RuntimeException if session fails to start
*/
public function start(): bool;

Expand Down

0 comments on commit 4632e9d

Please sign in to comment.