Issue #2579625 by laurencemercer: Typo in file_validate_image_resolution() doc
parent
6f4afeab7b
commit
ef4ded04c8
|
@ -401,7 +401,7 @@ function file_validate_is_image(FileInterface $file) {
|
|||
/**
|
||||
* Verifies that image dimensions are within the specified maximum and minimum.
|
||||
*
|
||||
* Non-image files will be ignored. If a image toolkit is available the image
|
||||
* Non-image files will be ignored. If an image toolkit is available the image
|
||||
* will be scaled to fit within the desired maximum dimensions.
|
||||
*
|
||||
* @param \Drupal\file\FileInterface $file
|
||||
|
|
Loading…
Reference in New Issue