Skip to content

Commit 6ce7269

Browse files
committed
Fix template
1 parent 40d0b06 commit 6ce7269

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
@@ -12,7 +12,7 @@ interface ContainerInterface
1212
/**
1313
* Finds an entry of the container by its identifier and returns it.
1414
*
15-
* @template T of mixed
15+
* @template T of object
1616
*
1717
* @param class-string<T>|string $id Identifier of the entry to look for.
1818
*

0 commit comments

Comments
 (0)