Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 5, 2020
1 parent 5e5419f commit 0bc1e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inflector.php
Expand Up @@ -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.
Expand Down

0 comments on commit 0bc1e90

Please sign in to comment.