phpdoc
authorMichael Wallner <mike@php.net>
Fri, 16 Dec 2016 09:06:10 +0000 (10:06 +0100)
committerMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:21:58 +0000 (13:21 +0100)
public/index.php

index 7603f62973f67b31d91940ea33255e80e98b8129..0e8d165bb0f1081c24df6aa5988c08e5e401226e 100644 (file)
@@ -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) {