mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02:00
update PHPDoc
This commit is contained in:
parent
0850fb88dd
commit
4c5856da2b
3 changed files with 10 additions and 1 deletions
|
@ -14,7 +14,10 @@ use Psr\Log\LoggerInterface;
|
|||
|
||||
/**
|
||||
* Model for an entry in the notify table
|
||||
* - Including additional calculated properties
|
||||
* - Including additional, calculated properties
|
||||
*
|
||||
* Is used either for frontend interactions or for API-based interaction
|
||||
* @see https://github.com/friendica/friendica/blob/develop/doc/API-Entities.md#notification
|
||||
*
|
||||
* @property string hash
|
||||
* @property integer type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue