From e315a720a035de29a33afc307171bc97673961e4 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 3 Dec 2018 10:33:04 -0100 Subject: [PATCH] cleaning Signed-off-by: Maxence Lange --- lib/Controller/ActivityPubController.php | 3 --- lib/Model/ActivityPub/Activity/Undo.php | 1 - 2 files changed, 4 deletions(-) diff --git a/lib/Controller/ActivityPubController.php b/lib/Controller/ActivityPubController.php index 830fbf09..c9d8a12b 100644 --- a/lib/Controller/ActivityPubController.php +++ b/lib/Controller/ActivityPubController.php @@ -190,11 +190,8 @@ class ActivityPubController extends Controller { /** * Method is called when a remote ActivityPub server wants to POST in the INBOX of a USER - * * Checking that the user exists, and that the header is properly signed. * - * Does nothing. Should save data ($body) in database. - * * @NoCSRFRequired * @PublicPage * diff --git a/lib/Model/ActivityPub/Activity/Undo.php b/lib/Model/ActivityPub/Activity/Undo.php index 3b3e096c..ec1cfee4 100644 --- a/lib/Model/ActivityPub/Activity/Undo.php +++ b/lib/Model/ActivityPub/Activity/Undo.php @@ -46,7 +46,6 @@ class Undo extends ACore implements JsonSerializable { const TYPE = 'Undo'; - /** * Undo constructor. *