We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c1ddc commit d287f58Copy full SHA for d287f58
src/Collection/Complex/Name.php
@@ -23,9 +23,9 @@
23
* @template TKey of array-key
24
* @template TValue
25
*
26
- * @method static static make(string $value)
27
- * @method static static from(string $value)
28
- * @method static static makeOrNull(string $value)
+ * @method static static make(string|Stringable $value)
+ * @method static static from(string|Stringable $value)
+ * @method static static makeOrNull(string|Stringable $value)
29
30
* @extends Text<TKey, TValue>
31
*/
0 commit comments