We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b7907 commit 7734d20Copy full SHA for 7734d20
src/Models/GetDealsTimeline.php
@@ -23,14 +23,14 @@ class GetDealsTimeline implements JsonSerializable
23
/**
24
* Open and won Deals grouped into periods by defined interval, amount and date-type dealField
25
* (field_key)
26
- * @var \Pipedrive\Models\Data25|null $data public property
+ * @var \Pipedrive\Models\Data25[]|null $data public property
27
*/
28
public $data;
29
30
31
* Constructor to set initial or default values of member properties
32
* @param bool $success Initialization value for $this->success
33
- * @param Data25 $data Initialization value for $this->data
+ * @param Data25[] $data Initialization value for $this->data
34
35
public function __construct()
36
{
0 commit comments