mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:50:11 +00:00
update PHPDoc
This commit is contained in:
parent
0850fb88dd
commit
4c5856da2b
3 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
namespace Friendica\Object\Notification;
|
||||
|
||||
/**
|
||||
* A view-only object for printing introduction notifications to the frontend
|
||||
*/
|
||||
class Introduction implements \JsonSerializable
|
||||
{
|
||||
/** @var string */
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
namespace Friendica\Object\Notification;
|
||||
|
||||
/**
|
||||
* A view-only object for printing item notifications to the frontend
|
||||
*/
|
||||
class Notification implements \JsonSerializable
|
||||
{
|
||||
const SYSTEM = 'system';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue