This commit is contained in:
Fabien Potencier 2018-09-04 10:29:18 +02:00
parent 7be3bb2d8f
commit a27288a598

View File

@ -22,7 +22,7 @@ namespace Symfony\Component\HttpFoundation\Session;
final class SessionUtils
{
/**
* Find the session header amongst the headers that are to be sent, remove it, and return
* Finds the session header amongst the headers that are to be sent, removes it, and returns
* it so the caller can process it further.
*/
public static function popSessionCookie(string $sessionName, string $sessionId): ?string