Skip to content

Commit 991c412

Browse files
committed
refactor: add missing return type
1 parent 2263430 commit 991c412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Security/Security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ private function isHashInCookie(): bool
479479
&& preg_match('#^[0-9a-f]{32}$#iS', $_COOKIE[$this->cookieName]) === 1;
480480
}
481481

482-
private function saveHashInCookie()
482+
private function saveHashInCookie(): void
483483
{
484484
$this->cookie = new Cookie(
485485
$this->rawCookieName,

0 commit comments

Comments
 (0)