Skip to content

Commit a367c84

Browse files
committed
fixup! fix(activity): allow string types for snowflake IDs
1 parent 7bd8461 commit a367c84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/public/Activity/IManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ public function getProviders(): array;
131131
public function getSettingById(string $id): ActivitySettings;
132132

133133
/**
134+
* @param string $type
135+
* @param int|string $id
134136
* @since 8.2.0
135137
*/
136138
public function setFormattingObject(string $type, int|string $id): void;

0 commit comments

Comments
 (0)