use bootstrap in documenter instead of autoloading

This commit is contained in:
azjezz 2021-03-15 03:16:14 +01:00
parent 13596f0ff1
commit 0f76920c24

View File

@ -10,7 +10,7 @@ use Psl\Str;
use Psl\Type; use Psl\Type;
use Psl\Vec; use Psl\Vec;
require_once __DIR__ . "/../vendor/autoload.php"; require_once __DIR__ . "/../src/bootstrap.php";
(static function (array $args) { (static function (array $args) {
$documentation_file = __DIR__ . "/README.md"; $documentation_file = __DIR__ . "/README.md";