Skip to content

Commit

Permalink
fixed acronyms
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 28, 2013
1 parent 543afbb commit 5b9f09b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ protected function filterResponse($response)
*
* This method returns null if the DomCrawler component is not available.
*
* @param string $uri A uri
* @param string $uri A URI
* @param string $content Content for the crawler to use
* @param string $type Content type
*
Expand Down Expand Up @@ -539,9 +539,9 @@ public function restart()
/**
* Takes a URI and converts it to absolute if it is not already absolute.
*
* @param string $uri A uri
* @param string $uri A URI
*
* @return string An absolute uri
* @return string An absolute URI
*/
protected function getAbsoluteUri($uri)
{
Expand Down

0 comments on commit 5b9f09b

Please sign in to comment.