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.
2 parents 17a0fe7 + 4a52c6e commit 7537026Copy full SHA for 7537026
components/string.rst
@@ -118,7 +118,7 @@ to make your code more concise::
118
119
// the s() function creates a byte string or Unicode string
120
// depending on the given contents
121
- use function Symfony\Component\String\u;
+ use function Symfony\Component\String\s;
122
123
// creates a ByteString object
124
$foo = s('\xfe\xff');
0 commit comments