8000 typo · symfony/symfony@c1e58fb · GitHub
[go: up one dir, main page]

Skip to content

Commit c1e58fb

Browse files
committed
typo
1 parent 5c5d031 commit c1e58fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Helper/Helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function strlen(?string $string)
5353
* Returns the width of a string, using mb_strwidth if it is available.
5454
* The width is how many characters positions the string will use.
5555
*
56-
* @internal since Symfony 5.2
56+
* @internal in Symfony 5.2
5757
*/
5858
public static function width(?string $string): int
5959
{
@@ -74,7 +74,7 @@ public static function width(?string $string): int
7474
* Returns the length of a string, using mb_strlen if it is available.
7575
* The length is related to how many bytes the string will use.
7676
*
77-
* @internal in 5.2
77+
* @internal in Symfony 5.2
7878
*/
7979
public static function length(?string $string): int
8080
{

0 commit comments

Comments
 (0)
0