Skip to content

Commit

Permalink
Remove type property (dead code) (#2034)
Browse files Browse the repository at this point in the history
* Remove type property (dead code)

* Add changelog
  • Loading branch information
deguif authored Dec 3, 2021
1 parent 88d07a9 commit e4e63fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Deprecated `cutoff_frequency` option of `Elastica\Query\MultiMatch` [#2015](https://github.com/ruflin/Elastica/pull/2015)
### Removed
* Removed remaining `_type` field usages [#2017](https://github.com/ruflin/Elastica/pull/2017)
* Removed `Elastica\Bulk::$_type` dead property [#2034](https://github.com/ruflin/Elastica/pull/2034)
### Fixed
* Fixed type-hint for `Elastica\Search::setOptionsAndQuery()` [#2009](https://github.com/ruflin/Elastica/pull/2009)
* Fixed terms query params resolution [#2032](https://github.com/ruflin/Elastica/pull/2032)
Expand Down
5 changes: 0 additions & 5 deletions src/Bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ class Bulk
*/
protected $_index;

/**
* @var string|null
*/
protected $_type;

/**
* @var array request parameters to the bulk api
*/
Expand Down

0 comments on commit e4e63fc

Please sign in to comment.