mirror of
https://github.com/friendica/friendica
synced 2025-04-25 03:50:12 +00:00
Changes:
- added missing type-hints - added missing documentation - changed double-quotes to single - Setters do ALWAYS return void
This commit is contained in:
parent
3456ae7809
commit
2f1336339f
5 changed files with 104 additions and 77 deletions
|
@ -141,6 +141,7 @@ class Item
|
|||
Activity::FOLLOW,
|
||||
Activity::ANNOUNCE];
|
||||
|
||||
// Privacy levels
|
||||
const PUBLIC = 0;
|
||||
const PRIVATE = 1;
|
||||
const UNLISTED = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue