Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 04c3672

Browse files
Merge pull request #13 from dynata/php_doc_extractor
use notation
2 parents 46ba6ad + fc0060a commit 04c3672

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

Diff for: src/Gateway/Model/Context.php

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ class Context
1010
{
1111
public string $id;
1212
public ?array $items;
13+
/**
14+
* @var Ttl $expiration
15+
*/
1316
public Ttl $expiration;
1417
}

Diff for: src/Registry/Model/Notification.php

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class Notification
3737
* @var int[]
3838
*/
3939
public array $categoryIds;
40+
/**
41+
* @var Locale $locale
42+
*/
4043
public Locale $locale;
4144
/**
4245
* @var string[] One or more of the DEVICE_* constants
@@ -54,6 +57,9 @@ class Notification
5457
* @var Quota[][]
5558
*/
5659
public array $quotas;
60+
/**
61+
* @var Links $links
62+
*/
5763
public Links $links;
5864
public string $created;
5965
/**

Diff for: src/Registry/Model/Opportunity.php

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class Opportunity
3737
* @var int[]
3838
*/
3939
public array $categoryIds;
40+
/**
41+
* @var Locale $locale
42+
*/
4043
public Locale $locale;
4144
/**
4245
* @var string[] One or more of the DEVICE_* constants
@@ -54,6 +57,9 @@ class Opportunity
5457
* @var Quota[][]
5558
*/
5659
public array $quotas;
60+
/**
61+
* @var Links $links
62+
*/
5763
public Links $links;
5864
public string $created;
5965
/**

Diff for: src/Registry/Model/RangeCell.php

+3
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
class RangeCell extends Cell
88
{
9+
/**
10+
* @var Range $range
11+
*/
912
public Range $range;
1013
}

0 commit comments

Comments
 (0)