| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class ExecutorFactory extends AbstractFactory |
||
| 18 | {
|
||
| 19 | /** |
||
| 20 | * @param ContainerInterface $container |
||
| 21 | * @param string $requestedName |
||
| 22 | * @param array|null $options |
||
| 23 | * |
||
| 24 | * @return object|void |
||
| 25 | */ |
||
| 26 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 39 |