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 1818 */
1919class 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 {
Original file line number Diff line number Diff line change 1818 */
1919class 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 {
Original file line number Diff line number Diff line change 1818 */
1919class 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 {
You can’t perform that action at this time.
0 commit comments