From a27288a598986a8bee109d67fa95e2d57d4db9d6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 4 Sep 2018 10:29:18 +0200 Subject: [PATCH] fixed CS --- src/Symfony/Component/HttpFoundation/Session/SessionUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php b/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php index a377e7fc20..91737c39ac 100644 --- a/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php +++ b/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php @@ -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