update PHPDoc
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user