mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2025-01-23 05:41:21 +01:00
use bootstrap in documenter instead of autoloading
This commit is contained in:
parent
13596f0ff1
commit
0f76920c24
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user