Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/shevron/zf2 into hotfix/p…
Browse files Browse the repository at this point in the history
…r-471
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function parse($uri)
$port = substr($authority, $colonPos + 1);
if ($port) {
$this->setPort((int) $port);
}
}
$authority = substr($authority, 0, $colonPos);
}

Expand Down

0 comments on commit 0ecf55e

Please sign in to comment.