Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class DoubleCoordinateColorCommandOption extends DoubleCoordinateCommandOption |
||
13 | { |
||
14 | /** |
||
15 | * DoubleCoordinateColorCommandOption constructor. |
||
16 | * @param Coordinate $coordinate1 |
||
17 | * @param Coordinate $coordinate2 |
||
18 | * @param Color $color |
||
19 | */ |
||
20 | public function __construct(Coordinate $coordinate1, Coordinate $coordinate2, Color $color) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @return mixed |
||
28 | */ |
||
29 | public function getColor() |
||
34 |