``` /** @var App $app */ require_once static::DEMOS_DIR . '/init-app.php'; self::$_db = $app->db; ``` variable `$app` should be put into the scope by the phpdoc definition