Total Complexity | 6 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | class CropCommand extends AbstractCommand |
||
14 | { |
||
15 | /** |
||
16 | * CropCommand constructor. |
||
17 | * @param CropCommandOption $options |
||
18 | */ |
||
19 | public function __construct(CropCommandOption $options) |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @param Image $image |
||
26 | * @return Image |
||
27 | */ |
||
28 | public function execute(Image $image) |
||
50 |