Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
294
Merge Requests
38
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
4c9d86d1
Commit
4c9d86d1
authored
36 minutes ago
by
Ben Hayward
Browse files
Options
Download
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Entities/Image.php
View file @
4c9d86d1
...
...
@@ -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
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment