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.
2 parents c0e81e6 + 38cf0ed commit 65ffd89Copy full SHA for 65ffd89
lib/Gitlab/Model/Milestone.php
@@ -11,6 +11,7 @@
11
* @property-read string $title
12
* @property-read string $description
13
* @property-read string $due_date
14
+ * @property-read string $start_date
15
* @property-read string $state
16
* @property-read bool $closed
17
* @property-read string $updated_at
@@ -30,6 +31,7 @@ class Milestone extends AbstractModel
30
31
'title',
32
'description',
33
'due_date',
34
+ 'start_date',
35
'state',
36
'closed',
37
'updated_at',
0 commit comments