mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-22 14:28:54 +00:00
Automated formatting changes
This commit is contained in:
parent
8ae435998f
commit
123bcc0559
|
|
@ -200,7 +200,7 @@ final class CookieJar
|
|||
'domain' => $cookie['domain'],
|
||||
'secure' => $cookie['secure'],
|
||||
'httponly' => $cookie['httponly'],
|
||||
'samesite' => 'Strict'
|
||||
'samesite' => 'Strict',
|
||||
]);
|
||||
}
|
||||
// @codeCoverageIgnoreEnd
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user