| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | class SingleCoordinateFileObjectCommandOption extends SingleCoordinateCommandOption |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * SingleCoordinateFileObjectCommandOption constructor. |
||
| 16 | * @param FileObjectInterface $imageObject |
||
| 17 | * @param Coordinate $coordinate |
||
| 18 | */ |
||
| 19 | public function __construct(FileObjectInterface $imageObject, Coordinate $coordinate) |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return mixed |
||
| 27 | */ |
||
| 28 | public function getFile() |
||
| 33 |