Skip to content

Commit d287f58

Browse files
committed
update method comments
1 parent 98c1ddc commit d287f58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Collection/Complex/Name.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
* @template TKey of array-key
2424
* @template TValue
2525
*
26-
* @method static static make(string $value)
27-
* @method static static from(string $value)
28-
* @method static static makeOrNull(string $value)
26+
* @method static static make(string|Stringable $value)
27+
* @method static static from(string|Stringable $value)
28+
* @method static static makeOrNull(string|Stringable $value)
2929
*
3030
* @extends Text<TKey, TValue>
3131
*/

0 commit comments

Comments
 (0)