Deprecation of methods as being dropped in 2.x
Author: raziel057Created May 12, 2020Updated Jun 2, 2020
It's strange that you deprecate the following methods (tableize, classify, ...), because it's still used in Doctrine ORM:
For example Inflector::classify is used in:
https://github.com/doctrine/orm/blob/master/lib/Doctrine/ORM/EntityRepository.php
Source: doctrine/inflector