Add type description
Allows IDEs and static code analyzers. Would have saved me some minutes today :)
This commit is contained in:
parent
0dd111ca2e
commit
7c45eaa70b
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue