| Total Complexity | 3 | 
| Total Lines | 19 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php | ||
| 14 | final class ContextFactory implements ContextFactoryInterface | ||
| 15 | { | ||
| 16 | #[Override] | ||
| 20 | } | ||
| 21 | |||
| 22 | #[Override] | ||
| 23 | public function createCompleteContext(ResourceObject $resource, AbstractContext $openContext): CompleteContext | ||
| 24 |     { | ||
| 25 | /** @var OpenContext $openContext */ | ||
| 26 | return CompleteContext::create($resource, $openContext); | ||
| 27 | } | ||
| 28 | |||
| 29 | #[Override] | ||
| 33 | } | ||
| 34 | } | ||
| 35 |