ongr-io / ElasticsearchBundle

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

src/.preload.php: Notice: Uninitialized string offset: 0 #967

Open pawellen opened 3 years ago

pawellen commented 3 years ago

Symfony creates src/.preload.php file. Parsing this file in vendor/ongr/elasticsearch-bundle/DependencyInjection/Compiler/MappingPass.php causes error because .preload.php doeas not include namespace:

Notice: Uninitialized string offset: 0

maluramichael commented 3 years ago

I had to delete the file. Is it needed?