File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public function getAccessToken()
154
154
}
155
155
156
156
/**
157
- * Return the access token for this request an an AccessToken entity.
157
+ * Return the access token for this request as an AccessToken entity.
158
158
*
159
159
* @return AccessToken|null
160
160
*/
@@ -214,8 +214,6 @@ public function validateAccessToken()
214
214
* Set the HTTP method for this request.
215
215
*
216
216
* @param string
217
- *
218
- * @return FacebookRequest
219
217
*/
220
218
public function setMethod ($ method )
221
219
{
@@ -273,7 +271,7 @@ public function setEndpoint($endpoint)
273
271
}
274
272
275
273
/**
276
- * Return the HTTP method for this request.
274
+ * Return the endpoint for this request.
277
275
*
278
276
* @return string
279
277
*/
You can’t perform that action at this time.
0 commit comments