From 6f87fd5dd36d6fbfb09235dfd1c2b19ca9232843 Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Thu, 26 Jun 2014 23:45:58 -0700
Subject: [PATCH] Issue #2291505 by joshi.rohit100: Fixed ParserInterface class
 contains FetcherInterface documentation.

---
 core/modules/aggregator/src/Plugin/ParserInterface.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/aggregator/src/Plugin/ParserInterface.php b/core/modules/aggregator/src/Plugin/ParserInterface.php
index bb065a195367..a7cd7118d5a5 100644
--- a/core/modules/aggregator/src/Plugin/ParserInterface.php
+++ b/core/modules/aggregator/src/Plugin/ParserInterface.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\aggregator\Plugin\FetcherInterface.
+ * Contains \Drupal\aggregator\Plugin\ParserInterface.
  */
 
 namespace Drupal\aggregator\Plugin;
-- 
GitLab