From 1e4a1922bcff7a0f4473a09bf304399b1e1845ce Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Mon, 29 Nov 2021 16:52:02 -0500 Subject: [PATCH] ISTWCMS-5175: Code standards. --- src/Service/UWService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/UWService.php b/src/Service/UWService.php index e7980990..810f9356 100644 --- a/src/Service/UWService.php +++ b/src/Service/UWService.php @@ -108,7 +108,7 @@ class UWService implements UWServiceInterface { /** * {@inheritDoc} - */ + */ public function prepareResponsiveImage(?EntityInterface $entity, string $image_style): array { // Ensure that we can load an entity on the media. -- GitLab