X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FThread.php;h=adc822b6ad456af419fffe6b7a5da09fe26234b7;hb=706444bdb22b57f18c284044bdbdaeb7610990fe;hp=84245ab6a7fb283a7ee1fd120a9a8b68ee727cc5;hpb=4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c;p=friendica.git diff --git a/src/Object/Thread.php b/src/Object/Thread.php index 84245ab6a7..adc822b6ad 100644 --- a/src/Object/Thread.php +++ b/src/Object/Thread.php @@ -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 = [];