From 8c4cf020f86df809c741895b80b965c353347357 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 6 May 2020 12:41:01 +0200 Subject: [PATCH] Keep legacy inflector class non-final --- lib/Doctrine/Common/Inflector/Inflector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Common/Inflector/Inflector.php b/lib/Doctrine/Common/Inflector/Inflector.php index 0622d1fa..8028967c 100644 --- a/lib/Doctrine/Common/Inflector/Inflector.php +++ b/lib/Doctrine/Common/Inflector/Inflector.php @@ -42,7 +42,7 @@ /** * @deprecated */ -final class Inflector +class Inflector { /** * @var LanguageInflectorFactory|null