Issue #3076644 by Luke_Nuke, gueguerreiro: Mistake in the comment documenting the "image" method of the "Random" utility class
parent
afcdeee465
commit
b7d22d5933
|
@ -264,8 +264,10 @@ class Random {
|
||||||
*
|
*
|
||||||
* @param string $destination
|
* @param string $destination
|
||||||
* The absolute file path where the image should be stored.
|
* The absolute file path where the image should be stored.
|
||||||
* @param int $min_resolution
|
* @param string $min_resolution
|
||||||
* @param int $max_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
|
* @return string
|
||||||
* Path to image file.
|
* Path to image file.
|
||||||
|
|
Loading…
Reference in New Issue