From 9764ab78628b22d527ea06e997aa53f8dd090962 Mon Sep 17 00:00:00 2001
From: "joshua.roberson" <jroberson108@gmail.com>
Date: Fri, 24 Feb 2017 17:29:42 -0600
Subject: [PATCH] Cleanup comments

---
 src/Permissions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Permissions.php b/src/Permissions.php
index 1cb9918..dbf9450 100644
--- a/src/Permissions.php
+++ b/src/Permissions.php
@@ -22,7 +22,7 @@ class Permissions implements ContainerInjectionInterface {
   protected $themeHandler;
 
   /**
-   * Constructs a new BlockRegionPermissionsPermissions instance.
+   * Constructs a new Permissions instance.
    *
    * @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler
    *   The theme handler.
-- 
GitLab