Changes:
- added missing type-hints - added missing documentation - changed double-quotes to single - Setters do ALWAYS return void
This commit is contained in:
@@ -141,6 +141,7 @@ class Item
|
||||
Activity::FOLLOW,
|
||||
Activity::ANNOUNCE];
|
||||
|
||||
// Privacy levels
|
||||
const PUBLIC = 0;
|
||||
const PRIVATE = 1;
|
||||
const UNLISTED = 2;
|
||||
|
||||
Reference in New Issue
Block a user