8000
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 5c5d031 commit c1e58fbCopy full SHA for c1e58fb
src/Symfony/Component/Console/Helper/Helper.php
@@ -53,7 +53,7 @@ public static function strlen(?string $string)
53
* Returns the width of a string, using mb_strwidth if it is available.
54
* The width is how many characters positions the string will use.
55
*
56
- * @internal since Symfony 5.2
+ * @internal in Symfony 5.2
57
*/
58
public static function width(?string $string): int
59
{
@@ -74,7 +74,7 @@ public static function width(?string $string): int
74
* Returns the length of a string, using mb_strlen if it is available.
75
* The length is related to how many bytes the string will use.
76
77
- * @internal in 5.2
78
79
public static function length(?string $string): int
80
0 commit comments