Total Complexity | 4 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class WorkflowExistsCommand extends ListWorkflowsCommand |
||
17 | { |
||
18 | |||
19 | /** @var string $name */ |
||
20 | private $name; |
||
21 | |||
22 | /** |
||
23 | * WorkflowExistsCommand constructor. |
||
24 | * |
||
25 | * @param string $name |
||
26 | */ |
||
27 | 8 | public function __construct(string $name) |
|
30 | } |
||
31 | |||
32 | /** |
||
33 | * @inheritDoc |
||
34 | */ |
||
35 | 7 | public function getResponseParser() |
|
38 | } |
||
39 | |||
40 | /** |
||
41 | * @inheritDoc |
||
42 | */ |
||
43 | 7 | public function parseResponse($responseLine, $responseData) |
|
56 |