We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d9cf7 commit f63d333Copy full SHA for f63d333
src/Model/Department/Department.php
@@ -98,7 +98,7 @@ class Department extends BaseModel
98
private $notifyOperators;
99
100
/**
101
- * @var Operator[]
+ * @var string[]
102
* @SerializedName("default_assignedto")
103
*/
104
private $defaultAssignedto;
@@ -422,15 +422,15 @@ public function setNotifyOperators(bool $notifyOperators): self
422
}
423
424
425
- * @return Operator[]
+ * @return string[]
426
427
public function getDefaultAssignedto(): array
428
{
429
return $this->defaultAssignedto;
430
431
432
433
- * @param Operator[] $defaultAssignedto
+ * @param string[] $defaultAssignedto
434
* @return self
435
436
public function setDefaultAssignedto(array $defaultAssignedto): self
0 commit comments