diff --git a/core/lib/Drupal/Core/CoreServiceProvider.php b/core/lib/Drupal/Core/CoreServiceProvider.php index 927189e..bb61650 100644 --- a/core/lib/Drupal/Core/CoreServiceProvider.php +++ b/core/lib/Drupal/Core/CoreServiceProvider.php @@ -113,8 +113,6 @@ public static function registerTwig(ContainerBuilder $container) { // @todo Remove in followup issue // @see http://drupal.org/node/1712444. 'autoescape' => FALSE, - // @todo Remove in followup issue - // @see http://drupal.org/node/1806538. 'strict_variables' => FALSE, 'debug' => settings()->get('twig_debug', FALSE), 'auto_reload' => settings()->get('twig_auto_reload', NULL),