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

Commit

Permalink
Merge pull request #579 from danielfleck/fix-typos-in-facebook-reques…
Browse files Browse the repository at this point in the history
…t-doc

Typo fix in FacebookRequest DocBlock
  • Loading branch information
SammyK committed May 3, 2016
2 parents f950a24 + 6239abd commit a76ab00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Facebook/FacebookRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function getAccessToken()
}

/**
* Return the access token for this request an an AccessToken entity.
* Return the access token for this request as an AccessToken entity.
*
* @return AccessToken|null
*/
Expand Down Expand Up @@ -214,8 +214,6 @@ public function validateAccessToken()
* Set the HTTP method for this request.
*
* @param string
*
* @return FacebookRequest
*/
public function setMethod($method)
{
Expand Down Expand Up @@ -273,7 +271,7 @@ public function setEndpoint($endpoint)
}

/**
* Return the HTTP method for this request.
* Return the endpoint for this request.
*
* @return string
*/
Expand Down

0 comments on commit a76ab00

Please sign in to comment.