Unverified Commit 49ec5343 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3312883 by smavri, rpayanm, smustgrave: Update variable type PHPDoc in...

Issue #3312883 by smavri, rpayanm, smustgrave: Update variable type PHPDoc in _responsive_image_build_source_attributes function

(cherry picked from commit 5bfa2eee)
(cherry picked from commit 8e88e7fb)
parent 640ea9ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -348,8 +348,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']))) {