Skip to content

Commit a76ab00

Browse files
committed
Merge pull request facebookarchive#579 from danielfleck/fix-typos-in-facebook-request-doc
Typo fix in FacebookRequest DocBlock
2 parents f950a24 + 6239abd commit a76ab00

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Facebook/FacebookRequest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function getAccessToken()
154154
}
155155

156156
/**
157-
* Return the access token for this request an an AccessToken entity.
157+
* Return the access token for this request as an AccessToken entity.
158158
*
159159
* @return AccessToken|null
160160
*/
@@ -214,8 +214,6 @@ public function validateAccessToken()
214214
* Set the HTTP method for this request.
215215
*
216216
* @param string
217-
*
218-
* @return FacebookRequest
219217
*/
220218
public function setMethod($method)
221219
{
@@ -273,7 +271,7 @@ public function setEndpoint($endpoint)
273271
}
274272

275273
/**
276-
* Return the HTTP method for this request.
274+
* Return the endpoint for this request.
277275
*
278276
* @return string
279277
*/

0 commit comments

Comments
 (0)