Issue #2579625 by laurencemercer: Typo in file_validate_image_resolution() doc

8.0.x
xjm 2015-10-04 21:07:03 -04:00
parent 6f4afeab7b
commit ef4ded04c8
1 changed files with 1 additions and 1 deletions

View File

@ -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