Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class CreateIndexStage implements StageInterface |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @var ElasticsearchServiceContract |
||
18 | */ |
||
19 | private $elasticsearchService; |
||
20 | |||
21 | /** |
||
22 | * CheckIndexExistsStage constructor. |
||
23 | * |
||
24 | * @param ElasticsearchServiceContract $elasticsearchService |
||
25 | */ |
||
26 | public function __construct(ElasticsearchServiceContract $elasticsearchService) |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @inheritDoc |
||
33 | */ |
||
34 | public function __invoke($payload) |
||
44 |