Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Apr 21, 2019
1 parent 9e3330a commit 1177ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/BaseRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ final public function routeMethodAndPath(
}
}
if (0 !== C\count($allowed)) {
throw new MethodNotAllowedException($allowed);
throw new MethodNotAllowedException($allowed);
}

throw $e;
}
}
Expand Down

0 comments on commit 1177ae2

Please sign in to comment.