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

Updating getExpiresAt docblock #1075

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updates getExpiresAt docblock
  • Loading branch information
Gareth Pelly committed Nov 1, 2018
commit af47ae06b3bb0af53f8c4c0478499899b72c404b
5 changes: 4 additions & 1 deletion src/Facebook/Authentication/AccessTokenMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@ public function getErrorSubcode()
/**
* DateTime when this access token expires.
*
* @return \DateTime|null
* Note that a zero int value indicates the
* access token never expires.
*
* @return \DateTime|int|null
*/
public function getExpiresAt()
{
Expand Down