]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Thread.php
Merge remote-tracking branch 'upstream/develop' into baseurl
[friendica.git] / src / Object / Thread.php
index 8ce9f6b8945fdf9caa16ad3b18c96aa2a47bcec5..adc822b6ad456af419fffe6b7a5da09fe26234b7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -190,13 +190,13 @@ class Thread
         * We should find a way to avoid using those arguments (at least most of them)
         *
         * @param array $conv_responses data
-        * @param string $formSecurityToken A security Token to avoid CSF attacks
+        * @param string $formSecurityToken A 'contact_action' form security token
         *
         * @return mixed The data requested on success
         *               false on failure
         * @throws \Exception
         */
-       public function getTemplateData($conv_responses, string $formSecurityToken)
+       public function getTemplateData(array $conv_responses, string $formSecurityToken)
        {
                $result = [];