Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Aug 4, 2014
1 parent 76b23d5 commit 273b67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FluxBB/Web/Router.php
Expand Up @@ -74,7 +74,6 @@ public function getPath($handler, $parameters = [])
$path = implode('', array_map(function ($part) use ($parameters) {
if (is_array($part)) {
$part = $parameters[$part[0]];
// TODO: Verify using regex in $part[1]
}
return $part;
}, $parts));
Expand Down

0 comments on commit 273b67f

Please sign in to comment.