X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FThread.php;h=f62b14c71e665ef9bb996d5a9e376ad12e118cec;hb=a98957eeb29cfb142dfc4cd3e03c5bdfbc373466;hp=0d0def06120927c00b57f664b9494316b2af2cd4;hpb=6d7f0a6fd8b596263636e55fc9281ad764c95ff6;p=friendica.git diff --git a/src/Object/Thread.php b/src/Object/Thread.php index 0d0def0612..f62b14c71e 100644 --- a/src/Object/Thread.php +++ b/src/Object/Thread.php @@ -1,7 +1,24 @@ . + * */ + namespace Friendica\Object; use Friendica\Core\Logger; @@ -17,6 +34,7 @@ use Friendica\Util\Security; */ class Thread { + /** @var Post[] */ private $parents = []; private $mode = null; private $writable = false;