| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class InlineFqnIsImportedProcessor implements InlineFqnProcessor |
||
| 14 | { |
||
| 15 | use CreateInlineFqnBasedOnImportedFqnTrait; |
||
|
|
|||
| 16 | |||
| 17 | 4 | public function shouldProcess(Node $parent, Name $name, ClassDependencies $classDependencies): bool |
|
| 20 | } |
||
| 21 | |||
| 22 | 4 | public function process(Node $parent, Name $name, ClassDependencies $classDependencies): ?Fqn |
|
| 30 |