From: Michael Wallner Date: Fri, 16 Dec 2016 09:06:10 +0000 (+0100) Subject: phpdoc X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=1d65f1d4263b3726bc5c859bda0a248395c6750a;p=pharext%2Fpharext.org phpdoc --- diff --git a/public/index.php b/public/index.php index 7603f62..0e8d165 100644 --- a/public/index.php +++ b/public/index.php @@ -4,6 +4,7 @@ namespace app; try { $bootstrap = require "../app/bootstrap.php"; + /* @var $injector \auryn\Injector */ $injector = $bootstrap(["config", "github", "plates", "model", "web"]); return $injector->execute(Web::class); } catch (\Exception $e) {