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

Commit 26bc142

Browse files
authored
Merge pull request #759 from MacDada/phpdoc_update
FacebookRequest:setAccessToken(): accepts null as an argument
2 parents 8b865d3 + a5e46b2 commit 26bc142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/FacebookRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function __construct(FacebookApp $app = null, $accessToken = null, $metho
108108
/**
109109
* Set the access token for this request.
110110
*
111-
* @param AccessToken|string
111+
* @param AccessToken|string|null
112112
*
113113
* @return FacebookRequest
114114
*/

0 commit comments

Comments
 (0)