From 1d65f1d4263b3726bc5c859bda0a248395c6750a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 16 Dec 2016 10:06:10 +0100 Subject: [PATCH] phpdoc --- public/index.php | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.30.2