Add type description

Allows IDEs and static code analyzers. Would have saved me some minutes today :)
This commit is contained in:
Lukas Reschke 2015-09-02 16:49:34 +02:00 committed by Morris Jobke
parent 0dd111ca2e
commit 7c45eaa70b

View file

@ -26,6 +26,7 @@
namespace OC\AppFramework;
use OC\AppFramework\Http\Dispatcher;
use OC_App;
use OC\AppFramework\DependencyInjection\DIContainer;
use OCP\AppFramework\QueryException;
@ -97,6 +98,7 @@ class App {
}
// initialize the dispatcher and run all the middleware before the controller
/** @var Dispatcher $dispatcher */
$dispatcher = $container['Dispatcher'];
list(