From 0b23cff461c0ab15a21b9908f43f48103102b2df Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 17 Dec 2018 08:28:06 -0100 Subject: [PATCH] cleaning code Signed-off-by: Maxence Lange --- appinfo/app.php | 3 +-- lib/Service/QueueService.php | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index b667d7e5..e61bbf60 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -29,8 +29,7 @@ declare(strict_types=1); namespace OCA\Social\AppInfo; + require_once __DIR__ . '/autoload.php'; -//$app = new Application(); -//$app->registerNavigation(); diff --git a/lib/Service/QueueService.php b/lib/Service/QueueService.php index 60ed4320..e1d39357 100644 --- a/lib/Service/QueueService.php +++ b/lib/Service/QueueService.php @@ -208,6 +208,7 @@ class QueueService { } } + /** * @param RequestQueue $queue */