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 17a0fe7 commit 4a52c6eCopy full SHA for 4a52c6e
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