]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Thread.php
Issue 10293: mention the required function in the error message
[friendica.git] / src / Object / Thread.php
index b574e300bcf24486d4921038427f4fc83dbf5ef3..c23e723b7dca633c85248998a1ea7287a0827903 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,7 +25,7 @@ use Friendica\Core\Logger;
 use Friendica\Core\Protocol;
 use Friendica\DI;
 use Friendica\Protocol\Activity;
-use Friendica\Util\Security;
+use Friendica\Security\Security;
 
 /**
  * A list of threads
@@ -34,6 +34,7 @@ use Friendica\Util\Security;
  */
 class Thread
 {
+       /** @var Post[] */
        private $parents = [];
        private $mode = null;
        private $writable = false;