Skip to content
Snippets Groups Projects
Commit f99a0b56 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2105807 by StephaneQ: Fix docs in block RouteSubscriber class

parent fa841b80
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Listens to the dynamic route events.
* Provides dynamic routes for various block pages.
*/
class RouteSubscriber implements EventSubscriberInterface {
......@@ -27,7 +27,7 @@ public static function getSubscribedEvents() {
}
/**
* Generate dynamic routes for various block pages.
* Generates dynamic routes for various block pages.
*
* @param \Drupal\Core\Routing\RouteBuildEvent $event
* The route building event.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment