File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313/**
1414 * A router that contains many instances of routes.
1515 *
16- * @method \Respect\Rest\Routes\AbstractRoute get(string $path, $routeTarget)
17- * @method \Respect\Rest\Routes\AbstractRoute post(string $path, $routeTarget)
18- * @method \Respect\Rest\Routes\AbstractRoute put(string $path, $routeTarget)
19- * @method \Respect\Rest\Routes\AbstractRoute delete(string $path, $routeTarget)
20- * @method \Respect\Rest\Routes\AbstractRoute head(string $path, $routeTarget)
21- * @method \Respect\Rest\Routes\AbstractRoute options(string $path, $routeTarget)
22- * @method \Respect\Rest\Routes\AbstractRoute any(string $path, $routeTarget)
16+ * @method \Respect\Rest\Routes\AbstractRoute get(\ string $path, $routeTarget)
17+ * @method \Respect\Rest\Routes\AbstractRoute post(\ string $path, $routeTarget)
18+ * @method \Respect\Rest\Routes\AbstractRoute put(\ string $path, $routeTarget)
19+ * @method \Respect\Rest\Routes\AbstractRoute delete(\ string $path, $routeTarget)
20+ * @method \Respect\Rest\Routes\AbstractRoute head(\ string $path, $routeTarget)
21+ * @method \Respect\Rest\Routes\AbstractRoute options(\ string $path, $routeTarget)
22+ * @method \Respect\Rest\Routes\AbstractRoute any(\ string $path, $routeTarget)
2323 */
2424class Router
2525{
You can’t perform that action at this time.
0 commit comments