Add phpdoc

This commit is contained in:
nupplaPhil 2020-01-22 23:31:00 +01:00
parent fa6c33d3ac
commit d0c153943a
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 32 additions and 2 deletions

View file

@ -8,6 +8,13 @@ use Friendica\Core\Renderer;
use Friendica\DI;
use Friendica\Module\BaseNotifications;
/**
* Prints all notification types except introduction:
* - Network
* - System
* - Personal
* - Home
*/
class Notifications extends BaseNotifications
{
/**