| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class WanderRuntime implements RuntimeExtensionInterface |
||
| 9 | { |
||
| 10 | /** @var string */ |
||
| 11 | private $imgUrl; |
||
| 12 | |||
| 13 | /** @var string */ |
||
| 14 | private $fileType; |
||
| 15 | |||
| 16 | public function __construct(string $sectorImgUrl, string $sectorImgUrlFileType) |
||
| 20 | } |
||
| 21 | |||
| 22 | public function sectorImgUrl(Wander $wander): string |
||
| 26 | } |
||
| 27 | } |