We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d0b06 commit 6ce7269Copy full SHA for 6ce7269
src/ContainerInterface.php
@@ -12,7 +12,7 @@ interface ContainerInterface
12
/**
13
* Finds an entry of the container by its identifier and returns it.
14
*
15
- * @template T of mixed
+ * @template T of object
16
17
* @param class-string<T>|string $id Identifier of the entry to look for.
18
0 commit comments