| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class DocBlockResolverPhpDocBased |
||
| 17 | { |
||
| 18 | use DocBlockResolverAwareTrait; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Get factory through PHPDoc-based resolution (slower path). |
||
| 22 | * This will use searchClassOverDocBlock() in DocBlockResolver for string parsing. |
||
| 23 | * No @Doc attribute, so the resolver will fall through to regex-based parsing. |
||
| 24 | */ |
||
| 25 | public function getFactory(): AbstractFactory |
||
| 33 |