Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Routing / NullGenerator.php
index 74db5c969225c432c331c408151c3bee945c444e..630e81ffe26bfd2703fcb5e1e50c2c980d30d5e8 100644 (file)
@@ -27,8 +27,8 @@ class NullGenerator extends UrlGenerator {
   /**
    * {@inheritdoc}
    *
-   * generate(), generateFromRoute(), and getPathFromRoute() all call this
-   * protected method.
+   * Methods generate(), generateFromRoute() and getPathFromRoute() all call
+   * this protected method.
    */
   protected function getRoute($name) {
     if ($name === '<front>') {