<?php declare(strict_types=1); class ServiceManager { /** * Specify a factory for a given service name. * */ public function setFactory(string $serviceName, string|callable|Factory\FactoryInterface $factory): void {} /** * Create a new instance with an already resolved name */ private function doCreate(string $resolvedName, ?array $options = null): string|bool|object|array {} }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`