This repository was archived by the owner on Jan 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Returns the `link` property for the user as a string if present.
168168~~~~
169169public \Facebook\GraphNodes\Birthday|null getBirthday()
170170~~~~
171- Returns the `birthday` property for the user as a `\ Facebook\GraphNodes\Birthday` if present.
171+ Returns the `birthday` property for the user as a [` Facebook\GraphNodes\Birthday`](/docs/php/Birthday) if present.
172172
173173### getLocation() {#user-getlocation}
174174~~~~
Original file line number Diff line number Diff line change @@ -172,10 +172,6 @@ Graph nodes are collections that represent nodes returned by the Graph API. And
172172 '[`Facebook\\GraphNodes\\GraphUser`](/docs/php/GraphNode#user-instance-methods)',
173173 'A collection that represents a User node.',
174174 ],
175- [
176- '[`Facebook\\GraphNodes\\Birthday`](/docs/php/Birthday#instance-methods)',
177- 'A class that represents a GraphUser\'s birthday.',
178- ],
179175 ],
180176})
181177</card>
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ class Birthday extends DateTime
3535 /**
3636 * @var bool
3737 */
38- protected $ hasDate = false ;
38+ private $ hasDate = false ;
3939
4040 /**
4141 * @var bool
4242 */
43- protected $ hasYear = false ;
43+ private $ hasYear = false ;
4444
4545 /**
4646 * Parses Graph birthday format to set indication flags, possible values:
You can’t perform that action at this time.
0 commit comments