phpdoc
[pharext/pharext.org] / 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) {