X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDependencyInjection%2FCompiler%2FTwigExtensionPass.php;h=0f2bdb038aa1143f58fe07a09492a2fbb4568aa5;hb=refs%2Fheads%2Fd864;hp=73ee17b68aa9255b8652a0fb2e7ff7e595d941bb;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php index 73ee17b68..0f2bdb038 100644 --- a/web/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php +++ b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php @@ -9,8 +9,8 @@ use Symfony\Component\DependencyInjection\ContainerBuilder; /** * Adds the twig_extension_hash parameter to the container. * - * twig_extension_hash is a hash of all extension mtimes for Twig template - * invalidation. + * Parameter twig_extension_hash is a hash of all extension mtimes for Twig + * template invalidation. */ class TwigExtensionPass implements CompilerPassInterface {