Skip to content

Commit

Permalink
Add @deprecated tag to getBio() method since it was removed in Graph …
Browse files Browse the repository at this point in the history
…v2.8
  • Loading branch information
SammyK committed Oct 21, 2016
1 parent 281c4a4 commit 364462b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provider/FacebookUser.php
Expand Up @@ -93,6 +93,7 @@ public function getHometown()
* Returns the "about me" bio for the user as a string if present.
*
* @return string|null
* @deprecated The bio field was removed in Graph v2.8
*/
public function getBio()
{
Expand Down

0 comments on commit 364462b

Please sign in to comment.