From 168dccd6f4f39aa3ac18ece46b2fa58dcc0a364d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 27 Oct 2014 10:19:21 +0000 Subject: [PATCH] Issue #2363589 by wizonesolutions: Fixed Wrong Contains specification in \Drupal\contact\MessageInterface. --- core/modules/contact/src/MessageInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/contact/src/MessageInterface.php b/core/modules/contact/src/MessageInterface.php index 224564e60d05..7ae39c84cc40 100644 --- a/core/modules/contact/src/MessageInterface.php +++ b/core/modules/contact/src/MessageInterface.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\contact\Entity\MessageInterface. + * Contains \Drupal\contact\MessageInterface. */ namespace Drupal\contact; -- GitLab