Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
8 | class ContrastCommand extends AbstractCommand |
||
9 | { |
||
10 | /** |
||
11 | * ContrastCommand constructor. |
||
12 | * @param LevelCommandOption $options |
||
13 | */ |
||
14 | public function __construct(LevelCommandOption $options) |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * @param Image $image |
||
21 | * @return Image |
||
22 | */ |
||
23 | public function execute(Image $image) |
||
30 |