From 0bc1e903a107ee773dee1e3e7d080e7545399f8a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 5 May 2020 18:15:52 +0200 Subject: [PATCH] CI fixes --- Inflector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inflector.php b/Inflector.php index 3e567e1..ded9fbe 100644 --- a/Inflector.php +++ b/Inflector.php @@ -13,7 +13,7 @@ use Symfony\Component\String\Inflector\EnglishInflector; -trigger_deprecation('symfony/inflector', '5.1', sprintf('The "%s" class is deprecated, use "%s" instead.', Inflector::class, EnglishInflector::class)); +trigger_deprecation('symfony/inflector', '5.1', 'The "%s" class is deprecated, use "%s" instead.', Inflector::class, EnglishInflector::class); /** * Converts words between singular and plural forms.