Issue #3076644 by Luke_Nuke, gueguerreiro: Mistake in the comment documenting the "image" method of the "Random" utility class

merge-requests/55/head
Alex Pott 2019-09-04 16:24:12 +01:00
parent afcdeee465
commit b7d22d5933
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 4 additions and 2 deletions

View File

@ -264,8 +264,10 @@ class Random {
*
* @param string $destination
* The absolute file path where the image should be stored.
* @param int $min_resolution
* @param int $max_resolution
* @param string $min_resolution
* The minimum resolution for the image. For example, '400x300'.
* @param string $max_resolution
* The maximum resolution for the image. For example, '800x600'.
*
* @return string
* Path to image file.