From 4632e9d826ce64f57cda8fd4240f1e70e0ab9e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Sun, 4 Sep 2022 10:22:42 +0800 Subject: [PATCH] Format code. (#5069) --- src/SessionInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;