src/Controller/EntryPoint.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Controller/EntryPoint.php b/src/Controller/EntryPoint.php index 72e2d86..f7b9287 100644 --- a/src/Controller/EntryPoint.php +++ b/src/Controller/EntryPoint.php @@ -118,8 +118,8 @@ class EntryPoint extends ControllerBase { ->setAbsolute() ->toString(TRUE); $meta['links']['me'] = ['href' => $me_url->getGeneratedUrl()]; - // The cacheability of the `me` URL is the cacheability of that URL itself - // and the currently authenticated user. + // The cacheability of the `me` URL is the cacheability of that URL + // itself and the currently authenticated user. $cacheability = $cacheability->merge($me_url)->addCacheContexts(['user']); } catch (RouteNotFoundException $e) {