Skip to content

Commit e0cc5f9

Browse files
dcarbonepolyfractal
authored andcommitted
Normalizing Reindex name (#466)
1 parent 99cd83f commit e0cc5f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elasticsearch/Endpoints/ReIndex.php renamed to src/Elasticsearch/Endpoints/Reindex.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
use Elasticsearch\Common\Exceptions;
66

77
/**
8-
* Class ReIndex
8+
* Class Reindex
99
*
1010
* @category Elasticsearch
1111
* @package Elasticsearch\Endpoints *
1212
* @author Zachary Tong <zachary.tong@elasticsearch.com>
1313
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
1414
* @link http://elasticsearch.org
1515
*/
16-
class ReIndex extends AbstractEndpoint
16+
class Reindex extends AbstractEndpoint
1717
{
1818
/**
1919
* @param array $body

0 commit comments

Comments
 (0)