ongr-io / ElasticsearchBundle

Symfony bundle for Elasticsearch with steroids
MIT License
313 stars 189 forks source link

Update the inflector api #962

Open pkly opened 4 years ago

pkly commented 4 years ago

A lot of deprecated errors are thrown during usage of the bundle with message:

The "Doctrine\Common\Inflector\Inflector::camelize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.

in file /Mapping/Caser.php:30 { return Inflector::camelize($string); }