Skip to content

Commit 733bc25

Browse files
committed
Docblock for description
1 parent caaee71 commit 733bc25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/model/AbstractModel.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,17 @@ public function getAttributes() {
5454
}
5555

5656
/**
57-
*
57+
* Returns this description
58+
*
5859
* @return string
5960
*/
6061
public function getDescription() {
6162
return $this->description;
6263
}
6364

6465
/**
65-
*
66+
* Sets the description, which will also be used when generating a docblock
67+
*
6668
* @param string|array $description
6769
* @return $this
6870
*/

0 commit comments

Comments
 (0)