Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 77.78% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
19 | class CustomerRemoveStoreAction extends AbstractAction |
||
20 | { |
||
21 | 3 | public function fieldDefinitions() |
|
26 | ]; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param array $data |
||
31 | * @param Context|callable $context |
||
32 | */ |
||
33 | 3 | public function __construct(array $data = [], $context = null) |
|
37 | 3 | } |
|
38 | |||
39 | /** |
||
40 | * @param StoreReference $store |
||
41 | * @param Context|callable $context |
||
42 | * @return CustomerRemoveStoreAction |
||
43 | */ |
||
44 | public static function ofStore(StoreReference $store, $context = null) |
||
49 |