ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
empty_options.php
Go to the documentation of this file.
1 <?hh
2 
3 namespace FastRoute\TestFixtures;
4 
6  return \FastRoute\simpleDispatcher($collector ==> {}, shape());
7 }
8 
10  return \FastRoute\cachedDispatcher($collector ==> {}, shape());
11 }