From 755cc5470c76983f2b2747dc6bff7911fe451e54 Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Tue, 15 Oct 2013 09:28:59 -0700
Subject: [PATCH] Issue #2105805 by StephaneQ: Fix docs for RouteSubscriber
 class

---
 .../system/lib/Drupal/system/Routing/RouteSubscriber.php        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/system/lib/Drupal/system/Routing/RouteSubscriber.php b/core/modules/system/lib/Drupal/system/Routing/RouteSubscriber.php
index 600e6af49e39..d9ef34d05789 100644
--- a/core/modules/system/lib/Drupal/system/Routing/RouteSubscriber.php
+++ b/core/modules/system/lib/Drupal/system/Routing/RouteSubscriber.php
@@ -13,7 +13,7 @@
 use Symfony\Component\Routing\Route;
 
 /**
- * Event subscriber for routes.
+ * Provides dynamic routes for theme administration.
  */
 class RouteSubscriber implements EventSubscriberInterface {
 
-- 
GitLab