mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 23:09:46 +08:00
Make StyleCI happy
This commit is contained in:
parent
8540932638
commit
9ffdeff608
|
@ -60,10 +60,8 @@ class DispatchRoute
|
|||
switch ($routeInfo[0]) {
|
||||
case Dispatcher::NOT_FOUND:
|
||||
throw new RouteNotFoundException;
|
||||
|
||||
case Dispatcher::METHOD_NOT_ALLOWED:
|
||||
throw new MethodNotAllowedException;
|
||||
|
||||
case Dispatcher::FOUND:
|
||||
$handler = $routeInfo[1];
|
||||
$parameters = $routeInfo[2];
|
||||
|
|
Loading…
Reference in New Issue
Block a user