PHP Classes

File: vendor/nikic/fast-route/test/HackTypechecker/fixtures/empty_options.php

Recommend this page to a friend!
  Classes of uche   Farm Price   vendor/nikic/fast-route/test/HackTypechecker/fixtures/empty_options.php   Download  
File: vendor/nikic/fast-route/test/HackTypechecker/fixtures/empty_options.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Farm Price
API to get the prices from agriculture markets
Author: By
Last change:
Date: 2 years ago
Size: 296 bytes
 

Contents

Class file image Download
<?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());
}