1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Make StyleCI happy

This commit is contained in:
Franz Liedke
2016-12-29 11:07:23 +01:00
parent e558187a72
commit 817c2dda0e

View File

@@ -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];