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 732da7f commit ae7843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/http/url/interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,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 ae7843d

Please sign in to comment.