Skip to content

Commit 76c828d

Browse files
committed
update class comment in stub
1 parent 59dba68 commit 76c828d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Artisan/stubs/value-object.stub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ namespace {{ namespace }};
77
use MichaelRubel\ValueObjects\ValueObject;
88

99
/**
10+
* @template TKey of array-key
11+
* @template TValue
12+
*
1013
* @method static static make(mixed ...$values)
1114
* @method static static from(mixed ...$values)
15+
*
16+
* @extends ValueObject<TKey, TValue>
1217
*/
1318
class {{ class }} extends ValueObject
1419
{

0 commit comments

Comments
 (0)