Loading core/modules/responsive_image/responsive_image.module +2 −2 Original line number Diff line number Diff line Loading @@ -345,8 +345,8 @@ function template_preprocess_responsive_image(&$variables) { * @param array $multipliers * An array with multipliers as keys and image style mappings as values. * * @return \Drupal\Core\Template\Attribute[] * An array of attributes for the source tag. * @return \Drupal\Core\Template\Attribute * An object of attributes for the source tag. */ function _responsive_image_build_source_attributes(array $variables, BreakpointInterface $breakpoint, array $multipliers) { if ((empty($variables['width']) || empty($variables['height']))) { Loading Loading
core/modules/responsive_image/responsive_image.module +2 −2 Original line number Diff line number Diff line Loading @@ -345,8 +345,8 @@ function template_preprocess_responsive_image(&$variables) { * @param array $multipliers * An array with multipliers as keys and image style mappings as values. * * @return \Drupal\Core\Template\Attribute[] * An array of attributes for the source tag. * @return \Drupal\Core\Template\Attribute * An object of attributes for the source tag. */ function _responsive_image_build_source_attributes(array $variables, BreakpointInterface $breakpoint, array $multipliers) { if ((empty($variables['width']) || empty($variables['height']))) { Loading