From a119285b34aa70b8d8a84f62698abb2ab04ecd72 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Mon, 29 Nov 2021 04:33:02 +0000 Subject: [PATCH] ISTWCMS-5204: coding standards --- src/Service/UWServiceInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php index 3b0fab07..bfa26076 100644 --- a/src/Service/UWServiceInterface.php +++ b/src/Service/UWServiceInterface.php @@ -15,6 +15,8 @@ use Drupal\node\Entity\Node; interface UWServiceInterface { /** + * Get the image styles used in UW crops. + * * @param string $type * The type of styles to get. * -- GitLab