| Total Complexity | 8 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class AnnotatedClassMethods |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @phpstan-param ReflectionClass<object> $class |
||
| 16 | */ |
||
| 17 | public function getConstructorName(ReflectionClass $class): Name |
||
| 31 | } |
||
| 32 | |||
| 33 | public function getSetterMethod(ReflectionMethod $method): ?SetterMethod |
||
| 47 | } |
||
| 48 | |||
| 49 | private function getName(ReflectionMethod $method): Name |
||
| 59 |