From 8bc9c2e5247b3f99d575a0926741b8dad44527db Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 7 Jul 2014 14:44:10 +0100 Subject: [PATCH] Issue #2297201 by slashrsm: Fixed Wrong return type on ImageStyleInterface::setName(). --- core/modules/image/src/ImageStyleInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/image/src/ImageStyleInterface.php b/core/modules/image/src/ImageStyleInterface.php index 175213e2bfae..fa14faf22750 100644 --- a/core/modules/image/src/ImageStyleInterface.php +++ b/core/modules/image/src/ImageStyleInterface.php @@ -36,7 +36,7 @@ public function getName(); * @param string $name * The name of the image style. * - * @return \Drupal\image\ImageEffectInterface + * @return \Drupal\image\ImageStyleInterface * The class instance this method is called on. */ public function setName($name); -- GitLab