Skip to content

Commit

Permalink
psr
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 28, 2015
1 parent 3d0ef01 commit 82dabc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ public function run($request = null, $response = null)
*
* @throws RuntimeException if dispatch does not return RouteInfo object.
*/
private function handleRoute($routeInfo, EventInterface $event) {
private function handleRoute($routeInfo, EventInterface $event)
{
if (!$routeInfo instanceof RouteInfoInterface) {
throw new RuntimeException('Dispatch does not return RouteInfo object');
}
Expand Down

0 comments on commit 82dabc9

Please sign in to comment.