Skip to content

Commit

Permalink
Fix deprecation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 13, 2021
1 parent 37e6cca commit 45daf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helper/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getHelperSet()
/**
* Returns the length of a string, using mb_strwidth if it is available.
*
* @deprecated since 5.3
* @deprecated since Symfony 5.3
*
* @return int The length of the string
*/
Expand Down Expand Up @@ -154,7 +154,7 @@ public static function formatMemory(int $memory)
}

/**
* @deprecated since 5.3
* @deprecated since Symfony 5.3
*/
public static function strlenWithoutDecoration(OutputFormatterInterface $formatter, ?string $string)
{
Expand Down

0 comments on commit 45daf16

Please sign in to comment.