diff --git a/core/modules/system/src/Tests/Session/SessionHttpsTest.php b/core/modules/system/src/Tests/Session/SessionHttpsTest.php index f853a22..7b605fe 100644 --- a/core/modules/system/src/Tests/Session/SessionHttpsTest.php +++ b/core/modules/system/src/Tests/Session/SessionHttpsTest.php @@ -399,8 +399,7 @@ protected function assertSessionIds($sid, $ssid, $assertion_text) { * A Drupal path such as 'user/login'. * * @return - * The URL prepared in a way such that the https.php mock front controller - * is used. + * URL prepared for the https.php mock front controller. */ protected function httpsUrl($url) { return 'core/modules/system/tests/https.php/' . $url; @@ -413,8 +412,7 @@ protected function httpsUrl($url) { * A Drupal path such as 'user/login'. * * @return - * The URL prepared in a way such that the http.php mock front controller is - * used. + * URL prepared for the http.php mock front controller. */ protected function httpUrl($url) { return 'core/modules/system/tests/http.php/' . $url;