Skip to content

Commit

Permalink
Keep legacy inflector class non-final
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed May 6, 2020
1 parent 043cb81 commit 8c4cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Inflector/Inflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/**
* @deprecated
*/
final class Inflector
class Inflector
{
/**
* @var LanguageInflectorFactory|null
Expand Down

0 comments on commit 8c4cf02

Please sign in to comment.