We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34d109 commit 40d0b06Copy full SHA for 40d0b06
src/ContainerInterface.php
@@ -14,7 +14,7 @@ interface ContainerInterface
14
*
15
* @template T of mixed
16
17
- * @param T|string $id Identifier of the entry to look for.
+ * @param class-string<T>|string $id Identifier of the entry to look for.
18
19
* @throws NotFoundExceptionInterface No entry was found for **this** identifier.
20
* @throws ContainerExceptionInterface Error while retrieving the entry.
0 commit comments