diff --git a/src/ContainerInterface.php b/src/ContainerInterface.php index 7742ab6..caf6654 100644 --- a/src/ContainerInterface.php +++ b/src/ContainerInterface.php @@ -12,7 +12,7 @@ interface ContainerInterface /** * Finds an entry of the container by its identifier and returns it. * - * @template T of mixed + * @template T of object * * @param class-string|string $id Identifier of the entry to look for. *