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

Commit 97089f9

Browse files
committed
Fix: Provide more specific docblock
1 parent e3b49ec commit 97089f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Facebook/FacebookBatchResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class FacebookBatchResponse extends FacebookResponse implements IteratorAggregat
4040
protected $batchRequest;
4141

4242
/**
43-
* @var array An array of FacebookResponse entities.
43+
* @var FacebookResponse[] An array of FacebookResponse entities.
4444
*/
4545
protected $responses = [];
4646

@@ -67,7 +67,7 @@ public function __construct(FacebookBatchRequest $batchRequest, FacebookResponse
6767
/**
6868
* Returns an array of FacebookResponse entities.
6969
*
70-
* @return array
70+
* @return FacebookResponse[]
7171
*/
7272
public function getResponses()
7373
{

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)