Automated formatting changes

This commit is contained in:
Formatter Bot 2020-05-22 12:50:54 +00:00
parent 8ae435998f
commit 123bcc0559

View File

@ -200,7 +200,7 @@ final class CookieJar
'domain' => $cookie['domain'],
'secure' => $cookie['secure'],
'httponly' => $cookie['httponly'],
'samesite' => 'Strict'
'samesite' => 'Strict',
]);
}
// @codeCoverageIgnoreEnd