Skip to content

Commit

Permalink
Update TranslationService.php
Browse files Browse the repository at this point in the history
Use native \sprintf function.
  • Loading branch information
amadrocky authored Jun 8, 2023
1 parent b979103 commit f272d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/TranslationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use Symfony\Contracts\Cache\ItemInterface;
use Symfony\Contracts\Translation\TranslatorInterface;

use function \Safe\sprintf;
use function \sprintf;

class TranslationService
{
Expand Down

0 comments on commit f272d2a

Please sign in to comment.