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 5d32425 commit 9936f97Copy full SHA for 9936f97
.git-blame-ignore-revs
@@ -35,3 +35,4 @@ f3cda4980fdc4c227e00250d7dfcfe4639dc60dc
35
d676999a6145177a6f61007806f5b95f1df868bd
36
53d9e752575f07527143ccee692673b8c6793141
37
8334d091011e09e060e476cb29a17239627e9a39
38
+edb78e6307a371aff090127ce28aae9369605af8
src/Objects/Support/Types/Str.php
@@ -16,6 +16,11 @@ public static function empty(): string
16
return "";
17
}
18
19
+ public static function space(): string
20
+ {
21
+ return " ";
22
+ }
23
+
24
public static function toString(mixed $value): string
25
{
26
return (string) $value;
0 commit comments