mirror of
https://github.com/flarum/core.git
synced 2025-02-25 11:43:19 +01: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…
x
Reference in New Issue
Block a user