| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class MemoryPeakUsageProcessorFactory extends AbstractFactory |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param ContainerInterface $container |
||
| 20 | * @param string $requestedName |
||
| 21 | * @param array<mixed>|null $options |
||
| 22 | * |
||
| 23 | * @return MemoryPeakUsageProcessor |
||
| 24 | * |
||
| 25 | * @throws ServiceNotCreatedException |
||
| 26 | */ |
||
| 27 | public function __invoke( |
||
| 40 |