File tree Expand file tree Collapse file tree 3 files changed +0
-46
lines changed
src/Elasticsearch/Endpoints/Cat Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
class Snapshots extends AbstractEndpoint
20
20
{
21
- <<<<<<< HEAD
22
21
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
40
22
41
23
public function getURI (): string
42
24
{
Original file line number Diff line number Diff line change 18
18
*/
19
19
class Templates extends AbstractEndpoint
20
20
{
21
- <<<<<<< HEAD
22
21
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
35
22
36
23
public function getURI (): string
37
24
{
Original file line number Diff line number Diff line change 18
18
*/
19
19
class ThreadPool extends AbstractEndpoint
20
20
{
21
- <<<<<<< HEAD
22
21
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
37
22
38
23
public function getURI (): string
39
24
{
You can’t perform that action at this time.
0 commit comments