From 2314210ae54b7907768bb3342c1b95d2a224c7f3 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Thu, 30 Jan 2014 09:20:07 -0800 Subject: [PATCH] =?UTF-8?q?Issue=20#2182093=20by=20ThisIsDog,=20G=C3=A1bor?= =?UTF-8?q?=20Hojtsy,=20alexpott:=20Remove=20outdated=20todo=20in=20Langua?= =?UTF-8?q?ge=20class=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Drupal/Core/Language/Language.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Drupal/Core/Language/Language.php b/core/lib/Drupal/Core/Language/Language.php index 54a29cde9b54..f1a1cbe7892f 100644 --- a/core/lib/Drupal/Core/Language/Language.php +++ b/core/lib/Drupal/Core/Language/Language.php @@ -21,9 +21,6 @@ class Language { /** * The values to use to instantiate the default language. * - * @todo Remove once the default language is converted to config. See - * https://drupal.org/node/2108599. - * * @var array */ public static $defaultValues = array( -- GitLab