Skip to content

Commit

Permalink
style: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adevade committed Jan 31, 2023
1 parent f08424f commit 8c724a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UrlBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private function isDpr($params)
$hasHeight = $params['h'] ?? null;

// If `params` have a width or height parameter then the
// srcset to be constructed with these params _is dpr based
// srcset to be constructed with these params _is_ dpr based.
return $hasWidth || $hasHeight;
}

Expand Down

0 comments on commit 8c724a4

Please sign in to comment.