Skip to content

Instantly share code, notes, and snippets.

View devnix's full-sized avatar
🐢

Pablo Largo Mohedano devnix

🐢
View GitHub Profile
@devnix
devnix / ContainerInterface.php
Last active September 14, 2023 17:07
Hexagonal container inspired by PHPStan source code
<?php
declare(strict_types=1);
namespace Shared\Domain\DependencyInjection;
interface ContainerInterface
{
/**
* @return object|null