diff --git a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php index b6d12a1..86e630b 100644 --- a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php +++ b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php @@ -78,8 +78,8 @@ public function getPathFromRoute($name, $parameters = array()); * Thrown when a parameter value for a placeholder is not correct because it * does not match the requirement. * - * @internal Should not be used in user code. - * Use \Drupal\Core\Url instead. + * @internal + * Should not be used in user code. Use \Drupal\Core\Url instead. */ public function generateFromRoute($name, $parameters = array(), $options = array(), $collect_bubbleable_metadata = FALSE);