Skip to content

Commit 7734d20

Browse files
committed
GRAL-2356 Fixed GetDealsTimeline model to expect an array of results
1 parent e9b7907 commit 7734d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/GetDealsTimeline.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ class GetDealsTimeline implements JsonSerializable
2323
/**
2424
* Open and won Deals grouped into periods by defined interval, amount and date-type dealField
2525
* (field_key)
26-
* @var \Pipedrive\Models\Data25|null $data public property
26+
* @var \Pipedrive\Models\Data25[]|null $data public property
2727
*/
2828
public $data;
2929

3030
/**
3131
* Constructor to set initial or default values of member properties
3232
* @param bool $success Initialization value for $this->success
33-
* @param Data25 $data Initialization value for $this->data
33+
* @param Data25[] $data Initialization value for $this->data
3434
*/
3535
public function __construct()
3636
{

0 commit comments

Comments
 (0)