| Total Complexity | 5 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 11 | final class StateMetadataExtension implements Type\DynamicMethodReturnTypeExtension |
||
| 12 | { |
||
| 13 | public function getClass(): string |
||
| 16 | } |
||
| 17 | |||
| 18 | public function isMethodSupported(MethodReflection $methodReflection): bool |
||
| 21 | } |
||
| 22 | |||
| 23 | public function getTypeFromMethodCall( |
||
| 36 |