Ops, cannot return Thread?
This commit is contained in:
parent
c2e26b4f49
commit
35c78ce14c
1 changed files with 2 additions and 2 deletions
|
@ -743,7 +743,7 @@ class Post
|
||||||
/**
|
/**
|
||||||
* Set conversation thread
|
* Set conversation thread
|
||||||
*
|
*
|
||||||
* @param Thread $thread
|
* @param Thread $thread Thread to set or NULL
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function setThread(Thread $thread = null)
|
public function setThread(Thread $thread = null)
|
||||||
|
@ -761,7 +761,7 @@ class Post
|
||||||
*
|
*
|
||||||
* @return Thread
|
* @return Thread
|
||||||
*/
|
*/
|
||||||
public function getThread(): Thread
|
public function getThread()
|
||||||
{
|
{
|
||||||
return $this->thread;
|
return $this->thread;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue