Skip to content
Snippets Groups Projects
Commit 5a14e12c authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5204: removing extra ? in function call

parent 14441bf1
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ interface UWServiceInterface { ...@@ -38,7 +38,7 @@ interface UWServiceInterface {
* @return array * @return array
* Array with details for responsive image. * 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. * Get the UW images styles used in UW responsive image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment