| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class AvailableMethodDetails implements AvailableMethodDetailsInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var MethodInterface |
||
| 13 | */ |
||
| 14 | private $method; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param MethodInterface $method |
||
| 18 | */ |
||
| 19 | public function __construct(MethodInterface $method) |
||
| 22 | } |
||
| 23 | |||
| 24 | public function jsonSerialize(): array |
||
| 39 |