Skip to content
Snippets Groups Projects
Verified Commit e8ef1456 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3166645 by kiamlaluno: The document comment for...

Issue #3166645 by kiamlaluno: The document comment for Image::scaleDimensions() contains a reference to a function that isn't implemented in Drupal 8 and 9
parent fecfd281
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@ class Image {
*
* @return bool
* TRUE if $dimensions was modified, FALSE otherwise.
*
* @see image_scale()
*/
public static function scaleDimensions(array &$dimensions, $width = NULL, $height = NULL, $upscale = FALSE) {
$aspect = $dimensions['height'] / $dimensions['width'];
......
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