Skip to content

Commit af47ae0

Browse files
author
Gareth Pelly
committed
Updates getExpiresAt docblock
1 parent 3138249 commit af47ae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Facebook/Authentication/AccessTokenMetadata.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,10 @@ public function getErrorSubcode()
210210
/**
211211
* DateTime when this access token expires.
212212
*
213-
* @return \DateTime|null
213+
* Note that a zero int value indicates the
214+
* access token never expires.
215+
*
216+
* @return \DateTime|int|null
214217
*/
215218
public function getExpiresAt()
216219
{

0 commit comments

Comments
 (0)