Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / DependencyInjection / Compiler / TwigExtensionPass.php
index 73ee17b68aa9255b8652a0fb2e7ff7e595d941bb..0f2bdb038aa1143f58fe07a09492a2fbb4568aa5 100644 (file)
@@ -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 {