Skip to content

Commit cd2539a

Browse files
Jaimem1guelpf
authored andcommitted
fix access to undefined property
1 parent 4f95721 commit cd2539a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

lib/Gitlab/Model/Schedule.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
use Gitlab\Client;
66

7+
/**
8+
* Class Schedule
9+
*
10+
* @property-read int $id
11+
* @property-read int $project_id
12+
* @property-read string $title
13+
* @property-read string $description
14+
* @property-read string $due_date
15+
* @property-read string $start_date
16+
* @property-read string $state
17+
* @property-read bool $closed
18+
* @property-read string $updated_at
19+
* @property-read string $created_at
20+
* @property-read Project $project
21+
*/
722
class Schedule extends AbstractModel
823
{
924
/**

0 commit comments

Comments
 (0)