Commit ad7aa06f authored by Ben Hayward's avatar Ben Hayward

Minor fixes

1 merge request!412[Sprint/SillySheep](fix): Failing spam detection on staging causing issues when uploading media #1193
Pipeline #100396994 running with stages
......@@ -307,9 +307,11 @@ class Video extends MindsObject
}
/**
* Set description
* @return Image
*/
* Set description
*
* @param string $description - description to be set.
* @return Video
*/
public function setDescription($description): Video
{
$this->description = $description;
......
Please register or to comment