mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
Reformatted code
This commit is contained in:
parent
5699b03e8d
commit
fd8f4269ff
14 changed files with 138 additions and 155 deletions
|
@ -747,7 +747,7 @@ class Post
|
|||
/**
|
||||
* Set conversation thread
|
||||
*
|
||||
* @param Thread $thread Thread to set or NULL
|
||||
* @param Thread|null $thread
|
||||
* @return void
|
||||
*/
|
||||
public function setThread(Thread $thread = null)
|
||||
|
@ -763,7 +763,7 @@ class Post
|
|||
/**
|
||||
* Get conversation
|
||||
*
|
||||
* @return Thread
|
||||
* @return Thread|null
|
||||
*/
|
||||
public function getThread()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue