summaryrefslogtreecommitdiffstats
path: root/lib/Model/ActivityPub/ACore.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/ActivityPub/ACore.php')
-rw-r--r--lib/Model/ActivityPub/ACore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Model/ActivityPub/ACore.php b/lib/Model/ActivityPub/ACore.php
index 00feb456..6f980bac 100644
--- a/lib/Model/ActivityPub/ACore.php
+++ b/lib/Model/ActivityPub/ACore.php
@@ -283,7 +283,7 @@ class ACore extends Item implements JsonSerializable {
*
* @throws UrlCloudException
*/
- public function generateUniqueId(string $base = '', bool $root = true) {
+ public function generateUniqueId(string $base = '', bool $root = true): void {
$url = '';
if ($root) {
$url = $this->getUrlCloud();