Skip to content

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
This is a reasonable solution for now.
  • Loading branch information
markstory committed Sep 13, 2016
1 parent e1feed3 commit 81fc2f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Http/ServerRequestFactory.php
Expand Up @@ -92,7 +92,8 @@ public static function marshalUriFromServer(array $server, array $headers)
$uri = static::updatePath($base, $uri);
}

// TODO Find an alternate solution to this.
// Splat on some extra attributes to save
// some method calls.
$uri->base = $base;
$uri->webroot = $webroot;
return $uri;
Expand Down

0 comments on commit 81fc2f8

Please sign in to comment.