diff --git a/core/lib/Drupal/Core/Template/TwigEnvironment.php b/core/lib/Drupal/Core/Template/TwigEnvironment.php index 4892113..0416d1e 100644 --- a/core/lib/Drupal/Core/Template/TwigEnvironment.php +++ b/core/lib/Drupal/Core/Template/TwigEnvironment.php @@ -102,7 +102,8 @@ public function updateCompiledTemplate($cache_filename, $name, $inline = FALSE) * @param bool $inline * TRUE, if the string loader is requested. * - * @return \Twig_LoaderInterface A Twig_LoaderInterface instance + * @return \Twig_LoaderInterface + * A Twig_LoaderInterface instance */ public function getLoader($inline = FALSE) { if (!isset($this->loader)) {