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 */