Просмотр файла vendor/nikic/fast-route/test/HackTypechecker/fixtures/empty_options.php

Размер файла: 296B
<?hh

namespace FastRoute\TestFixtures;

function empty_options_simple(): \FastRoute\Dispatcher {
    return \FastRoute\simpleDispatcher($collector ==> {}, shape());
}

function empty_options_cached(): \FastRoute\Dispatcher {
    return \FastRoute\cachedDispatcher($collector ==> {}, shape());
}