Bug Report
| Q |
A |
| BC Break |
no |
| Version |
2.7/2.8.x |
Summary
The old inflector API is deprecated since doctrine/inflector 1.4.
The new API is available in inflector 1.4. The new API should be used for 2.7/2.8 and master. See doctrine/common#889
Current behavior
The following deprecation is triggered by https://github.com/doctrine/orm/blob/2.7/lib/Doctrine/ORM/EntityRepository.php#L305
The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector
API.
How to reproduce
Just install this package together with doctrine/inflector 1.4.
Expected behavior
No deprecation should be triggered
Bug Report
Summary
The old inflector API is deprecated since
doctrine/inflector1.4.The new API is available in inflector 1.4. The new API should be used for 2.7/2.8 and master. See doctrine/common#889
Current behavior
The following deprecation is triggered by https://github.com/doctrine/orm/blob/2.7/lib/Doctrine/ORM/EntityRepository.php#L305
API.
How to reproduce
Just install this package together with
doctrine/inflector1.4.Expected behavior
No deprecation should be triggered