diff --git a/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php b/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php index 87436d4..2194239 100644 --- a/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php +++ b/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php @@ -15,10 +15,8 @@ * Classes implementing this interface are responsible for converting a path * parameter to the object it represents. * - * Here is an example path: - * @code - * /admin/structure/block/manage/{block} - * @endcode + * Here is an example path: /admin/structure/block/manage/{block} + * * In this case, '{block}' would be the path parameter which should be turned * into a block object representing the block in question. *