Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Controller / TimezoneController.php
index ab68c2fc1a7a708c4f7e81800ed46e1ec179d4c3..06911324733a1180999b44d797a866162a8c6234 100644 (file)
@@ -24,7 +24,7 @@ class TimezoneController {
    *   Daylight saving time indicator. If abbr does not exist then the time
    *   zone is searched solely by offset and isdst.
    *
-   * @return JsonResponse
+   * @return \Symfony\Component\HttpFoundation\JsonResponse
    *   The timezone name in JsonResponse object.
    */
   public function getTimezone($abbreviation = '', $offset = -1, $is_daylight_saving_time = NULL) {