Skip to content

Commit

Permalink
Clean for PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Nov 13, 2012
1 parent 8465573 commit fde67ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Proem/Dispatch/Standard.php
Expand Up @@ -269,9 +269,10 @@ public function isDispatchable()
return true;
}
}
} catch (\ReflectionException $e) {}
} catch (\ReflectionException $e) {
// The next controllerMap might still succeed.
}
}

return false;
}

Expand Down

0 comments on commit fde67ca

Please sign in to comment.