diff --git a/core/lib/Drupal/Component/Utility/Random.php b/core/lib/Drupal/Component/Utility/Random.php index ba0c86e..aeaa921 100644 --- a/core/lib/Drupal/Component/Utility/Random.php +++ b/core/lib/Drupal/Component/Utility/Random.php @@ -263,11 +263,11 @@ public function paragraphs($paragraph_count = 12) { * @param string $destination * The absolute file path where the image should be stored. * @param string $min_resolution - * The minimal image resolution, formatted as '[width]x[height]', e.g. - * '640x480', if you want a min resolution of 640px width and 480px height. + * A string in the form WIDTHxHEIGHT; for example, '640x480', + * if you want a minimum resolution of 640px width and 480px height. * @param string $max_resolution - * The maximal image resolution, formatted as '[width]x[height]', e.g. - * '640x480', if you want a max resolution of 640px width and 480px height. + * A string in the form WIDTHxHEIGHT; for example, '640x480', + * if you want a maximum resolution of 640px width and 480px height. * * @return string * Path to image file.