Ops, cannot return Thread?

2022.09-rc
Roland Häder 2022-06-23 09:57:42 +02:00
rodzic c2e26b4f49
commit 35c78ce14c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C82EDE5DDFA0BA77
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -743,7 +743,7 @@ class Post
/**
* Set conversation thread
*
* @param Thread $thread
* @param Thread $thread Thread to set or NULL
* @return void
*/
public function setThread(Thread $thread = null)
@ -761,7 +761,7 @@ class Post
*
* @return Thread
*/
public function getThread(): Thread
public function getThread()
{
return $this->thread;
}