Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/Facebook/FacebookBatchResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class FacebookBatchResponse extends FacebookResponse implements IteratorAggregat
protected $batchRequest;

/**
* @var array An array of FacebookResponse entities.
* @var FacebookResponse[] An array of FacebookResponse entities.
*/
protected $responses = [];

Expand All @@ -67,7 +67,7 @@ public function __construct(FacebookBatchRequest $batchRequest, FacebookResponse
/**
* Returns an array of FacebookResponse entities.
*
* @return array
* @return FacebookResponse[]
*/
public function getResponses()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function getLink()
/**
* Returns the users birthday, if available.
*
* @return \DateTime|null
* @return Birthday|null
*/
public function getBirthday()
{
Expand Down