| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 8 | final class ExistingSelectOnePathResult implements SelectOnePathResultInterface |
||
| 9 | { |
||
| 10 | |||
| 11 | private $path; |
||
| 12 | |||
| 13 | private $encoder; |
||
| 14 | |||
| 15 | public function __construct(PathEncoder $encoder, PathInterface $path) |
||
| 19 | } |
||
| 20 | |||
| 21 | public function get(): PathInterface |
||
| 24 | } |
||
| 25 | |||
| 26 | public function encode(): string |
||
| 33 |