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 37e6cca commit 45daf16Copy full SHA for 45daf16
Helper/Helper.php
@@ -42,7 +42,7 @@ public function getHelperSet()
42
/**
43
* Returns the length of a string, using mb_strwidth if it is available.
44
*
45
- * @deprecated since 5.3
+ * @deprecated since Symfony 5.3
46
47
* @return int The length of the string
48
*/
@@ -154,7 +154,7 @@ public static function formatMemory(int $memory)
154
}
155
156
157
158
159
public static function strlenWithoutDecoration(OutputFormatterInterface $formatter, ?string $string)
160
{
0 commit comments