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

Commit

Permalink
Issue #56: Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed May 2, 2016
1 parent 20f6c23 commit 2980301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/http/url/url.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public function setPort($port)
* @link https://tools.ietf.org/html/rfc3986
*
* @param boolean $toArray If TRUE return an array. Default FALSE
* @return string|array The path string; e.g., `path/to/site`.
* @return string|array The path string; e.g., `/path/to/site`.
*/
public function getPath($toArray = false)
{
Expand Down

0 comments on commit 2980301

Please sign in to comment.