|
7 | 7 | use Gitlab\Client; |
8 | 8 |
|
9 | 9 | /** |
10 | | - * @property-read string $id |
11 | | - * @property-read string $short_id |
12 | | - * @property-read string $title |
13 | | - * @property-read string $message |
14 | | - * @property-read string $author_name |
15 | | - * @property-read string $author_email |
16 | | - * @property-read string $authored_date |
17 | | - * @property-read string $committed_date |
18 | | - * @property-read string $created_at |
19 | | - * @property-read Commit[]|null $parents |
20 | | - * @property-read Node[] $tree |
21 | | - * @property-read User|null $committer |
22 | | - * @property-read User|null $author |
23 | | - * @property-read Project $project |
24 | | - * @property-read array|null $stats |
| 10 | + * @property string $id |
| 11 | + * @property string $short_id |
| 12 | + * @property string $title |
| 13 | + * @property string $message |
| 14 | + * @property string $author_name |
| 15 | + * @property string $author_email |
| 16 | + * @property string $authored_date |
| 17 | + * @property string $committed_date |
| 18 | + * @property string $created_at |
| 19 | + * @property Commit[]|null $parents |
| 20 | + * @property Node[] $tree |
| 21 | + * @property User|null $committer |
| 22 | + * @property User|null $author |
| 23 | + * @property Project $project |
| 24 | + * @property array|null $stats |
25 | 25 | */ |
26 | 26 | final class Commit extends AbstractModel |
27 | 27 | { |
|
0 commit comments