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