From 5a14e12c145811b7ff3ef2dc345a16c7fe704743 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Tue, 30 Nov 2021 20:30:34 +0000
Subject: [PATCH] ISTWCMS-5204: removing extra ? in function call

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

diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php
index 3cb259ac..64a68bdd 100644
--- a/src/Service/UWServiceInterface.php
+++ b/src/Service/UWServiceInterface.php
@@ -38,7 +38,7 @@ interface UWServiceInterface {
    * @return array
    *   Array with details for responsive image.
    */
-  public function prepareResponsiveImage(?EntityInterface $entity, string $image_style): array;
+  public function prepareResponsiveImage(EntityInterface $entity, string $image_style): array;
 
   /**
    * Get the UW images styles used in UW responsive image.
-- 
GitLab