can Doctrine\Common\Util\Inflector be removed from
Bridge/Symfony/Routing/RouteNameGenerator.php
GraphQI/Type/SchemaBuilder.php
Operation/DashPathSegmentNameGenerator.php
Operation/UnderscrorePathSegmentNameGenerator.php
Hi,
we're using the Doctrine\Common\Inflector\Inflector namespace ?
@red-smeg Are you looking at an old version? 2.2? It's not supported anymore.
I also have lot of deprecations as it's still used as you can see on "master":
Deprecation: https://github.com/doctrine/inflector/commit/fc14fdd061c210afcb50d76f2ff9db795a807e26
I suggest to switch to the Symfony String component instead.
I suggest to switch to the Symfony String component instead.
But that would mean dropping php 7.1 support, wouldn't it?
Most helpful comment
I also have lot of deprecations as it's still used as you can see on "master":
Deprecation: https://github.com/doctrine/inflector/commit/fc14fdd061c210afcb50d76f2ff9db795a807e26