Skip to content
Snippets Groups Projects
Unverified Commit b7d22d59 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3076644 by Luke_Nuke, gueguerreiro: Mistake in the comment documenting...

Issue #3076644 by Luke_Nuke, gueguerreiro: Mistake in the comment documenting the "image" method of the "Random" utility class
parent afcdeee4
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -264,8 +264,10 @@ public function paragraphs($paragraph_count = 12) {
*
* @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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment