From d8ec3994542d238f9d679d6c426c14caf6ba6450 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 18 Jul 2017 20:38:40 +0200 Subject: Run phan over code base Signed-off-by: Lukas Reschke --- core/routes.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/routes.php') diff --git a/core/routes.php b/core/routes.php index c167dad2f9f..a572c83d749 100644 --- a/core/routes.php +++ b/core/routes.php @@ -89,6 +89,10 @@ $this->create('files.viewcontroller.showFile', '/f/{fileid}')->action(function($ }); // Call routes +/** + * @suppress PhanUndeclaredClassConstant + * @suppress PhanUndeclaredClassMethod + */ $this->create('spreed.pagecontroller.showCall', '/call/{token}')->action(function($urlParams) { if (class_exists(\OCA\Spreed\AppInfo\Application::class, false)) { $app = new \OCA\Spreed\AppInfo\Application($urlParams); -- cgit v1.2.3