Skip to content

Commit 40d0b06

Browse files
loic425mtarld
andauthored
Update src/ContainerInterface.php
Co-authored-by: Mathias Arlaud <[email protected]>
1 parent a34d109 commit 40d0b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContainerInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface ContainerInterface
1414
*
1515
* @template T of mixed
1616
*
17-
* @param T|string $id Identifier of the entry to look for.
17+
* @param class-string<T>|string $id Identifier of the entry to look for.
1818
*
1919
* @throws NotFoundExceptionInterface No entry was found for **this** identifier.
2020
* @throws ContainerExceptionInterface Error while retrieving the entry.

0 commit comments

Comments
 (0)