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

Commit 15ec3c5

Browse files
Fix PHPDoc return type #857
1 parent 2f9639c commit 15ec3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/GraphNodes/GraphUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function getLink()
123123
/**
124124
* Returns the users birthday, if available.
125125
*
126-
* @return \DateTime|null
126+
* @return Birthday|null
127127
*/
128128
public function getBirthday()
129129
{

0 commit comments

Comments
 (0)