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

Commit a5e46b2

Browse files
committed
FacebookRequest:setAccessToken(): accepts null as an argument
It's called from the constructor which clearly allows null (in its phpdoc)
1 parent ab068ef commit a5e46b2

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)