summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-17 08:28:06 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-17 08:28:06 -0100
commit0b23cff461c0ab15a21b9908f43f48103102b2df (patch)
tree21b5530b341dfbf861bb8fb082eae41e82b29c24
parentb7e66097070577671d0ea2cac080ff832250c2ff (diff)
cleaning code
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--appinfo/app.php3
-rw-r--r--lib/Service/QueueService.php1
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
*/