Skip to content

Commit 6bf35b0

Browse files
committed
Resolved last conflicts with master
1 parent 2e4100a commit 6bf35b0

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

src/Elasticsearch/Endpoints/Cat/Snapshots.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,7 @@
1818
*/
1919
class Snapshots extends AbstractEndpoint
2020
{
21-
<<<<<<< HEAD
2221
protected $repository;
23-
=======
24-
/**
25-
* @var string
26-
*/
27-
private $repository;
28-
29-
public function setRepository(?string $repository): Snapshots
30-
{
31-
if (isset($repository) !== true) {
32-
return $this;
33-
}
34-
35-
$this->repository = $repository;
36-
37-
return $this;
38-
}
39-
>>>>>>> elasticsearch-php/master
4022

4123
public function getURI(): string
4224
{

src/Elasticsearch/Endpoints/Cat/Templates.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,7 @@
1818
*/
1919
class Templates extends AbstractEndpoint
2020
{
21-
<<<<<<< HEAD
2221
protected $name;
23-
=======
24-
/**
25-
* @var string|null
26-
*/
27-
private $name;
28-
29-
public function setName(?string $name): Templates
30-
{
31-
$this->name = $name;
32-
return $this;
33-
}
34-
>>>>>>> elasticsearch-php/master
3522

3623
public function getURI(): string
3724
{

src/Elasticsearch/Endpoints/Cat/ThreadPool.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,7 @@
1818
*/
1919
class ThreadPool extends AbstractEndpoint
2020
{
21-
<<<<<<< HEAD
2221
protected $thread_pool_patterns;
23-
=======
24-
/**
25-
* @var string
26-
*/
27-
protected $threadPoolPatterns;
28-
29-
public function setThreadPoolPatterns(?string $threadPoolPatterns): ThreadPool
30-
{
31-
if ($threadPoolPatterns !== null) {
32-
$this->threadPoolPatterns = $threadPoolPatterns;
33-
}
34-
return $this;
35-
}
36-
>>>>>>> elasticsearch-php/master
3722

3823
public function getURI(): string
3924
{

0 commit comments

Comments
 (0)