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

Typo fix in FacebookRequest DocBlock #579

Merged
merged 1 commit into from
May 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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