Commit 4c9d86d1 authored by Ben Hayward's avatar Ben Hayward

Added docblock

parent ad7aa06f
1 merge request!412[Sprint/SillySheep](fix): Failing spam detection on staging causing issues when uploading media #1193
Pipeline #100399197 passed with stages
in 8 minutes and 39 seconds
......@@ -398,9 +398,11 @@ class Image extends File
}
/**
* Set description
* @return Image
*/
* Set description
*
* @param string $description - description to be set.
* @return Image
*/
public function setDescription($description): Image
{
$this->description = $description;
......
Please register or to comment