add missing type hints
This commit is contained in:
@ -15,10 +15,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace D3\DIContainerHandler;
|
||||
|
||||
use Symfony\Component\DependencyInjection\Container;
|
||||
|
||||
/**
|
||||
* Interface d3DicHandlerInterface
|
||||
*/
|
||||
interface d3DicHandlerInterface
|
||||
{
|
||||
public static function getInstance();
|
||||
public static function getInstance(): ?Container;
|
||||
}
|
Reference in New Issue
Block a user