diff --git a/src/SessionInterface.php b/src/SessionInterface.php index 0ea4d43..a1c1769 100644 --- a/src/SessionInterface.php +++ b/src/SessionInterface.php @@ -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;