* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\DIContainerHandler; use Symfony\Component\DependencyInjection\Container; /** * Interface d3DicHandlerInterface */ interface d3DicHandlerInterface { public static function getInstance(): ?Container; }