Skip to content

Commit 45daf16

Browse files
committed
Fix deprecation messages
1 parent 37e6cca commit 45daf16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Helper/Helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function getHelperSet()
4242
/**
4343
* Returns the length of a string, using mb_strwidth if it is available.
4444
*
45-
* @deprecated since 5.3
45+
* @deprecated since Symfony 5.3
4646
*
4747
* @return int The length of the string
4848
*/
@@ -154,7 +154,7 @@ public static function formatMemory(int $memory)
154154
}
155155

156156
/**
157-
* @deprecated since 5.3
157+
* @deprecated since Symfony 5.3
158158
*/
159159
public static function strlenWithoutDecoration(OutputFormatterInterface $formatter, ?string $string)
160160
{

0 commit comments

Comments
 (0)