Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmishev committed Jun 21, 2021
1 parent b9aeb42 commit 3f16343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Document/Provider/AbstractDoctrineProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ abstract class AbstractDoctrineProvider extends AbstractProvider
protected $doctrineEntityName;

/**
* @var bool How to hydrate doctrine results
* @var int How to hydrate doctrine results
*/
protected $sourceDataHydration = AbstractQuery::HYDRATE_OBJECT;

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sineflow Elasticsearch Bundle for Symfony

![License](https://img.shields.io/github/license/sineflow/elasticsearchbundle.svg) [![Latest Stable Version](https://img.shields.io/github/release/sineflow/elasticsearchbundle.svg)](https://packagist.org/packages/sineflow/elasticsearch-bundle) [![Build Status](https://travis-ci.org/sineflow/ElasticsearchBundle.svg?branch=master)](https://travis-ci.org/sineflow/ElasticsearchBundle) [![Coverage Status](https://coveralls.io/repos/sineflow/ElasticsearchBundle/badge.svg?branch=master&service=github)](https://coveralls.io/github/sineflow/ElasticsearchBundle?branch=master) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/e15da9f2-32b4-4ede-ade6-20f93f8ba076/mini.png)](https://insight.sensiolabs.com/projects/e15da9f2-32b4-4ede-ade6-20f93f8ba076)
![License](https://img.shields.io/github/license/sineflow/elasticsearchbundle.svg) [![Latest Stable Version](https://img.shields.io/github/release/sineflow/elasticsearchbundle.svg)](https://packagist.org/packages/sineflow/elasticsearch-bundle) [![Build Status](https://travis-ci.com/sineflow/ElasticsearchBundle.svg?branch=master)](https://travis-ci.com/sineflow/ElasticsearchBundle) [![Coverage Status](https://coveralls.io/repos/sineflow/ElasticsearchBundle/badge.svg?branch=master&service=github)](https://coveralls.io/github/sineflow/ElasticsearchBundle?branch=master) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/e15da9f2-32b4-4ede-ade6-20f93f8ba076/mini.png)](https://insight.sensiolabs.com/projects/e15da9f2-32b4-4ede-ade6-20f93f8ba076)

Originally a fork of ongr/elasticsearch-bundle, now a project of its own.

Expand Down

0 comments on commit 3f16343

Please sign in to comment.