Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jan 11, 2024
1 parent 40d0b06 commit 6ce7269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContainerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>|string $id Identifier of the entry to look for.
*
Expand Down

0 comments on commit 6ce7269

Please sign in to comment.